[fpc-devel] Unicode conversion routines
Jonas Maebe
jonas.maebe at elis.ugent.be
Sun Nov 23 18:14:11 CET 2008
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
More information about the fpc-devel
mailing list