<div dir="ltr"><div>Hello,</div><div><br></div><div>In JavaScript, if I code:</div><div><br></div><div>alert('\u00C1');</div><div><br></div><div>It shows:</div><div><br></div><div>Á<br></div><div><br></div><div>Is \u00C1 of JS same to $00C1 in Pascal?</div>

<div><br></div><div>I'm trying to make a function to named-character convertions (e.g.: \u00C1 = &Aacute;), the all characteres list here:</div><div><br></div><div><a href="http://www.w3.org/TR/html5/syntax.html#named-character-references">http://www.w3.org/TR/html5/syntax.html#named-character-references</a></div>

<div><br></div><div>In Pascal, how to convert $00C1 to show Á?</div><div><br></div><div>Thank you!</div><div><br></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div>