[fpc-pascal] Parsers and Unicode

Michael Van Canneyt michael at freepascal.org
Sat Jul 25 13:11:10 CEST 2015



On Sat, 25 Jul 2015, Mark Morgan Lloyd wrote:

> Michael Van Canneyt wrote:
>> On Fri, 24 Jul 2015, Mark Morgan Lloyd wrote:
>> 
>>> When writing something like a parser, does FPC have anything that exposes 
>>> the properties of each Unicode codepoint?
>>> 
>>> I'm thinking in particular of Unicode properties like BidiMirroring, which 
>>> Perl6 uses to define bracketing characters. 
>>> ftp://ftp.unicode.org/Public/UNIDATA/BidiMirroring.txt
>> 
>> Yes it does. You can use the character or unicodedata units. But this is 
>> only available in trunk, and the upcoming  3.0 release.
>
> Thanks for that, and thanks also to whoever did the hard work :-)

That would be Inoussa Ouedraogo :)
(hope I spelled it correctly)

Michael.



More information about the fpc-pascal mailing list