Forums
This topic is locked
Displaying Japanese characters in DMX (日本語)
Posted 16 May 2005 03:53:35
1
has voted
16 May 2005 03:53:35 FirstName LastName posted:
I have code2001 installed and I see all japanese characters. I see them in the title to this post and search engines and anywhere else they are used on my computer. Except in dreamweaver. It just shows three question marks. All I am trying to do is put a link on the bottom of my footer to a japanese translation of my page, and I want to spell it out in Japanese (日本語<img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle> rather than English. Not only does dreamweaver display question marks instead of the characters, but it uploads question marks as well. This is not the desired behavior.
I have tried adding some meta tags to my document ala
<pre id=code><font face=courier size=2 id=code>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<meta http-equiv="content-language" content="ja">
<meta name=language" content="ja">
</font id=code></pre id=code>
Of course, that isn't going to help dreamweaver much since my header and footer are in two different files ( i string the documents together with ssi ).
Help would be appreciated. Non-native support for this is quite frustrating!