Class Unicode
Last updated at 12:49 pm UTC on 12 December 2015
(Back to page Unicode)
The class Unicode is a utility class which keeps part of the Unicode Character Database in the Squeak / Pharo image.
EncodedCharSet subclass: #Unicode
instanceVariableNames: ''
classVariableNames: 'Cc Cf Cn Co Compositions Cs DecimalProperty Decompositions GeneralCategory
Ll Lm Lo Lt Lu Mc Me Mn Nd Nl No Pc Pd Pe Pf Pi Po Ps Sc Sk Sm So
ToCasefold ToLower ToUpper Zl Zp Zs'
poolDictionaries: ''
category: 'Multilingual-Encodings'
How is the Unicode data from www.unicode.org loaded into Squeak? See Unicode initialize.

More