Russian characters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kersti
    New Member
    • Sep 2008
    • 1

    #1

    Russian characters

    We've just started to work on a Russian website. In the near future we expect to be running with a Japanese one as well.

    Currently our setup doesn't allow Russian characters - we need to do any Russian characters using unicode.

    What do I need to do to allow my developers to drop in Russian text without upsetting the 25 English websites that we're running?
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hi.

    Simply have each page that is meant to be displayed using Unicode set a <meta> header tag, like:
    [code=html]
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    [/code]
    The Apache server itself should not need any configuration changes.

    Comment

    Working...