Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
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.


Unicode_Squeak5.0_2015-12-07.png


More