Static
convertStatic
convertConverts Braille to Bopomofo syllables.
The method calls convertBrailleToTokens
to convert the input string to
tokens, and then connects the tokens to form a string.
Braille in Unicode.
Converted Bopomofo syllables in Unicode.
Static
convertConverts a Braille string to tokens. The tokens could be BopomofoSyllable objects or strings
The method is part of the the feature to convert Braille to Chinese characters. After extracting the tokens, an application can then use a smart Bopomofo input method to convert the BopomofoSyllable objects to Chinese characters, then append the plain strings.
Braille in Unicode.
Tokens. A token could be a BopomofoSyllable object or a string.
Helps to convert Bopomofo syllables to Braille and vice versa.