Hi All,
I need one help in handling unicode data in java script. I want to run a loop to print a series of characters.
Since '\u0041' represents character "A" but can I write a counter let say from '\u0041' - '\u0067' to write all the characters from "A" to "Z".
I tried '\u00' + 41 but it converts the result "\u0041" into string and not the unicode character.
Thanks & Regards,
Rohinda