Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
UniChar (Cuis)
Last updated at 7:47 pm UTC on 12 December 2015
UniChar is the character class of the Cuis-Smalltalk-Unicode package.


 Class definition

 UniChar initialize


 self initZeroCodePoints.
 self initializeGeneralPropertyEnums.
 self initializeGeneralCharacterProperties.
 self initializeCaseMappings.
 self initializeLineBreakProperties. 
 self initializeLineBreakTable.
 self initializeHangulJamoLVT.


 parseGeneralPropertiesFrom: aStream (UCD, Cuis Smalltalk)