Forum Moderators: open
Try putting this in your HTML and see how it works:
<html lang="jp">
<head>
<meta http-equiv="content-type" content="text/html;charset=x-sjis">
<meta http-equiv="content-language" content="jp">
<meta name="language" content="jp"> Of course you can use whatever Japanese charset you like. This is just an example. Maybe this will help DW be more cooperative.
replace "jp" with "ja" encoding variables below
Encoding: euc-jp, shift_jis, utf-8 (Unicode)
Lang Code: ja (not "jp" for Japan)
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> or replace utf-8 with shift_jis
<meta http-equiv="content-language" content="ja">
<meta name=language" content="ja">
Worth having a nose at this also MM's contributions to encoding for non latin based language. [macromedia.com] and PennState's College Info on DW and Encoding Problems and Solutions [tlt.its.psu.edu]