views:

34

answers:

2

How can I code foreign alpha chars in English website, e.g.; Russian, German, etc. (Don't want to have to code in hex strings)

+1  A: 

A good option is to use utf-8 encoding.

t00ny
A: 

Use Unicode and locales. Languages like Java, C#, and Python support it.

duffymo
And Perl, and Ruby, and basically every modern language out there. ;)
Robert P