Created
February 13, 2012 04:26
-
-
Save benmoss/1813660 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| st> String comment | |
| 'My instances represent 8-bit character strings. Being a very common | |
| case, they are particularly optimized. | |
| Note that, if you care about multilingualization, you should treat | |
| String only as an encoded representation of a UnicodeString. The I18N | |
| package adds more Unicode-friendliness to the system so that encoding | |
| and decoding is performed automatically in more cases. In that case, | |
| String represents a case when the encoding is either unknown, irrelevant, | |
| or assumed to be the system default.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment