| Function Summary | |
createCharData()Sets up the character map, lazily. Some characters are indexed by their decimal value. | |
fromCharCode(number code) ⇒ ?stringGets a character from the given Unicode value. | |
padString_(string str, number length, string ch) ⇒ stringGets a string padded with given character to get given size. | |
toCharCode(string ch) ⇒ numberGets Unicode value of the given character. | |
toHexString(string ch) ⇒ stringGets the U+ notation string of a Unicode character. Ex: 'U+0041' for 'A'. | |
toName(string ch) ⇒ ?stringGets the name of a character, if available, returns null otherwise. | |