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

Recommended Answers

All 2 Replies

Please post your code using code tags, you have been already asked to do this in another thread.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.