On 23 Nov 2008, at 17:50, JoshyFun wrote:

//LowerCase arrays size: 2376 bytes
const UnicodeLowerCaseArraySource: array [0..593] of WORD=(
//UpperCase arrays size: 2408 bytes
const UnicodeUpperCaseArraySource: array [0..601] of WORD=(
//TitleCase arrays size: 2424 bytes
const UnicodeTitleCaseArraySource: array [0..605] of WORD=(

How does this work, given that upper/lower case sometimes depends on the language? (e.g., in Turkish the upper case version of "i" is "İ" -- LATIN CAPITAL LETTER I WITH DOT ABOVE)


Jonas_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to