Subject | RE: [firebird-support] Storing Delphi 2009 "UnicodeString" into database, UTF8? |
---|---|
Author | Leyne, Sean |
Post date | 2009-05-21T22:19:15Z |
Kjell,
Since SUBSTRING is a _string_ function, the correct answer would be "Ä"
Sean
> It's not just a matter of differentiating between 16 bit words andNeither!
> Unicode codepoints.
>
> For "DÄR" with Ä coded as A + diacritic composite ("DA¨R"), what exactly
> does substring(MyDÄRstring, 3, 1) mean? Is it the diacritic '¨' or the
> 'R'?
Since SUBSTRING is a _string_ function, the correct answer would be "Ä"
Sean