Subject Re: [firebird-support] Storing Delphi 2009 "UnicodeString" into database, UTF8?
Author Stefan Heymann
>> 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'?

> The correct answer would be "R"

Is there a substring function in Delphi 2009 that would return the
"R"? There seems to be a System::UnicodeString method named SubString,
but I can't call it.

Regards

Stefan