From: Pim Blokland (pblokland@planet.nl)
Date: Fri May 02 2003 - 03:56:54 EDT
SRIDHARAN Aravind schreef:
> e.g, For á, the unicode equivalent is \u00e1.
> And when I display this character on browser what I get is
\u00e1instead of á.
You mean an Internet browser? HTML?
The HTML code to display a hex character like 00E1 is á.
So change the \u into &#x and append a ; at the end.
Pim Blokland
This archive was generated by hypermail 2.1.5 : Fri May 02 2003 - 04:42:41 EDT