Hello,
In JavaScript, if I code:
alert('\u00C1');
It shows:
Á
Is \u00C1 of JS same to $00C1 in Pascal?
I'm trying to make a function to named-character convertions (e.g.: \u00C1
= Á), the all characteres list here:
http://www.w3.org/TR/html5/syntax.html#named-character-references
In Pascal, how to convert $00C1 to show Á?
Thank you!
--
Silvio Clécio
My public projects - github.com/silvioprog
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal