I am quite confused with the character encoding when encounter them in my work.
I used java before,and know I use the ruby (sometimes ruby),I often meet the encoding problem.
What is unicode/gbk and etc? How does the language di them? What is their internal status in the language?
So I wonder some one can give me some tips?
BTW,I have a js file which defined all the constants in the application,and these value of these constants are all encoded like this:
\u1233....
\u323e....
.....
I want to transfer them to there orignal character,I can use the the built-in unescape function manually.
But I wonder if there is a simple/fast way?