On Fri, 4 Jan 2008 10:07:00 +0000 (UTC), "Peace Freak"
<webforumsuser (AT) macromedia (DOT) com> wrote:
Quote:
So my only outstanding question is about UTF-8 and Japanese, which I will
repeat here for your convenience... |
Glad you sorted your other issues. As Murray mentions, an HTML template
should simply end it .dwt. So Template02.dwt.asp should be renamed to
Template02.dwt. As you noted, the only difference in a new page is the
scripting language declaration at the top of the file.
Actually, Japanese characters are not included in the UTF-8 character
set. There are two different Japanese character sets: SHIFT_JIS and
EUC-JP. You can read more about character sets at
http://www.w3.org/TR/html401/charset.html
Gary