Forum Moderators: open

Message Too Old, No Replies

how do I create pages in Japanese

         

wanderlusty

4:37 am on Jun 22, 2004 (gmt 0)

10+ Year Member



I need to create an english and japanese version of a website. I guess the Japanese text will be provided to me. What form should I ask for it? How can I put it onto the webpages? I have Windows XP and usually use Dreamweaver. I'm under the impression that it is pretty easy to make Japanese text in Word, but what encoding is that and will it work well for viewers from Japan?

I will also be creating a Korean version and possibly Tagalog if you have any information for that.

Thanks so much!

bill

5:30 am on Jun 22, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



First I'm assuming that you know how to set up your PC to view Japanese...

Get the Japanese text in a Word or RTF format. That should prevent any corruption of the work. You may want to put some indicators into the Japanese (in English) that show you where certain sections start and stop.

I'm not A DW person, but you should be able to copy and paste the text into your pages pretty simply. You'll want to set the page encoding of each page to something like the following:

<html lang="ja">
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Language" content="ja">
<meta name="language" content="ja">

The other charset that works well in Japanese is x-sjis. Some people advocate UTF-8, and even Google is using it now. If you want to be on the safe side Shift_JIS is probably the most common encoding on Japanese sites.

You can do pretty much the same for Korean, but I'm not sure what the preferred encoding is now. I'm sure that Tagalog would be fine in UTF-8.