[fpc-devel] Encoded AnsiString
Michael Van Canneyt
michael at freepascal.org
Tue Jan 7 11:22:27 CET 2014
On Tue, 7 Jan 2014, Michael Schnell wrote:
> On 01/07/2014 10:41 AM, Michael Van Canneyt wrote:
>>
>> We know this. But that is stage 2.
>>
> Sounds great !
>
> Could you elaborate those plans ?
There is not much to say.
There will be 2 sets of units:
* Unicode
* AnsiString
for unicode, there is no problem, since everything is 2 bytes (ignoring some exotic codepoints here)
so string encoding does not apply.
for ansistring, string=ansistring, there are some encoding issues, but the RTL is capable of using
Widestrings for all OS interface routines.
Michael.
More information about the fpc-devel
mailing list