[fpc-pascal] JS: \u00C1 = Á; Pascal: $00C1 = ?

silvioprog silvioprog at gmail.com
Thu Jul 24 02:12:27 CEST 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20140723/1bee7779/attachment.html>


More information about the fpc-pascal mailing list