Re: Japanese encoding



I use Notepad and save the file in html, upload the file, go to
brinkster.com(my web hosting company's website), log into my account,
edit my file using the editor which is on their website.

Because it has been written, or more accurately saved, in Unicode.
That makes sense.

I added <meta http-equiv="Content-Type" content="text/html;
charset=euc-jp"> between <head> </head> but that didn't help. Is
"charset=euc-jp" supposed to ignore the fact that my web pages have
been saved in Unicode?


Paul Blay wrote:
<HCHIKA@xxxxxxxxxxx> wrote ...
My question is why
IE can't display my website (www.dallajapa.com) properly unless the
encoding is set to Unicode.

Because it has been written, or more accurately saved, in Unicode.

I want my web pages to be viewed in Japanese (auto-select) like most
Japanese websites, for instance, yahoo.co.jp.

Japanese (auto-select) isn't an encoding. Japanese (auto-select) is an
Internet Explorer specific menu item that (in theory) automatically
selects the right _Japanese_ encoding form a selection of possible
_Japanese_ encodings. Unicode is not a Japanese encoding.

yahoo.co.jp for example has
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
up the top. Of course that's only any use if the content actually _is_ in
Japanese (EUC) (as IE would call it).

I'm using English Windows XP, my website is hosted by an American
company(brinkster.com), I upload blank html files to my website and after
they are uploaded, I develop (wright HTML codes manually) each page
on server side.

At some point pages you've written have to be saved. At that point,
whatever program or utility you are using to write them is saving them
in unicode (UTF-8). How (and whether) you can tell that program /
utility to save in a different encoding is a complete mystery to anybody
who doesn't know what program / utility you are writing them in.

.



Relevant Pages

  • Re: Japanese encoding
    ... Japanese websites, for instance, yahoo.co.jp. ... Internet Explorer specific menu item that automatically selects the right _Japanese_ encoding form a selection of possible ... Unicode is not a Japanese encoding. ... company, I upload blank html files to my website and after they are uploaded, I develop each page on server side. ...
    (sci.lang.japan)
  • Re: Most used codification for emails.
    ... of an 'Everything' encoding. ... I tend to ignore Unicode for a practical, if trivial, reason. ... "Japanese " as the first choice when trying to view ... >> It's the only one Mozilla will let you compose in as well. ...
    (sci.lang.japan)
  • Re: Python HTML parser chokes on UTF-8 input
    ... I believe you are confusing unicode with unicode encoded into bytes with the UTF-8 encoding. ... Now when I take "website" directly from the parser, ... When you do not bother to specify some other encoding in an encoding operation, sgmllib or something deeper in Python tries the default encoding, which does not work. ...
    (comp.lang.python)
  • Re: natiev2ascii
    ... If I create a text file with the japanese text only and save it as ... >Unicode, I can run it through native2ascii. ... But whatever enconding I ... There needs to be a way of noting the encoding of a file in some ...
    (comp.lang.java.programmer)
  • Best encoding for a Japanese web site to deliver?
    ... I'm sure there is plenty of discussion of this issue in Japanese; ... encoding a web server that delivers Japanese content should send to ... Is there any down side to shipping Unicode, ... than problems with older browsers? ...
    (sci.lang.japan)