The goog.i18n.CharListDecompressor Class

goog.i18n.CharListDecompressor()

Class to decompress base88 compressed character list.

.toCharList(str)

Gets the list of characters specified in the given string by base 88 scheme.

str {string}
The string encoding character list.
returns {Array.<string>}
The list of characters specified by the given string in base 88 scheme.