Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to utilise different charsets within a script?

Status
Not open for further replies.

Thinius

Programmer
Oct 27, 2010
8
GB
Hello everyone, I'm looking for some help. What I'd to know is how to refer to characters from different charsets like Herbrew or Japanese simultaneously, as well as English and all others within the same script block.

E.g,
Code:
if ( xx[M]=="C" ) { N = 1;}
if ( xx[M]=="?" ) { N = 2;}

Please note that I'm using notepad which would never accept the Chinese character shown and that code only represents my intention. I'd gladly use a html value like &#32.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top