HighDots Forums  

need display hints on asian char sets

alt.html alt.html


Discuss need display hints on asian char sets in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jimi Sidewaze
 
Posts: n/a

Default need display hints on asian char sets - 02-03-2005 , 05:10 AM






hi,

got a question on chinese web design. i'm an english webbie, but am getting
parts of my site translated into both "simplified" and "original" chinese.

anyone know what fonts or character sets I need installed in a PC to
properly display these?

any hints on HTML coding for max display efficiency in HK, TW, mainland
China, would be excellent!! (like what "lang" codes and charset codes /
utf-8, big5, etc would be necessary..)

thanks for any pointers guys..

Jimi Webb



Reply With Quote
  #2  
Old   
WindAndWaves
 
Posts: n/a

Default Re: need display hints on asian char sets - 02-03-2005 , 11:00 PM







"Jimi Sidewaze" <jashu (AT) divini (DOT) com> wrote

Quote:
hi,

got a question on chinese web design. i'm an english webbie, but am getting
parts of my site translated into both "simplified" and "original" chinese.

anyone know what fonts or character sets I need installed in a PC to
properly display these?
your own PC is the last of your worries, it is more important what others have installed.

Quote:
any hints on HTML coding for max display efficiency in HK, TW, mainland
China, would be excellent!! (like what "lang" codes and charset codes /
utf-8, big5, etc would be necessary..)
One thing i know is that it is better to send the character set definition in the actual http header (using PHP, or htaccess or
something like that) then to use the Meta tag....because otherwise the characters before the Meta tag that specifies the
characterset may be interpreted incorrectly.

utf-8 seems the way to go as it is universal, but apparently it is not fully accepted yet in all languages. I would go to some
chinese websites and see what they use...

in almost any part of your code you can switch language (e.g. <A HREF='...' LANG="zh">xx</A><DIV LANG="kr">....etc...), but language
is not the same, of course, as characterset.

Quote:
thanks for any pointers guys..

Jimi Webb

sorry, that is all the help that I can offer.




Reply With Quote
  #3  
Old   
WindAndWaves
 
Posts: n/a

Default Re: need display hints on asian char sets - 02-06-2005 , 05:39 PM




"Toby Inkster" <usenet200501 (AT) tobyinkster (DOT) co.uk> wrote in message
[............]
<p lang="i-klingon">nuqneH qo'</p> <!-- Klingon -->
[......]

What characterset would be best for Klingon?



Reply With Quote
  #4  
Old   
aranders@insightbb.com
 
Posts: n/a

Default Re: need display hints on asian char sets - 02-06-2005 , 11:08 PM



WindAndWaves wrote:
Quote:
"Toby Inkster" <usenet200501 (AT) tobyinkster (DOT) co.uk> wrote in message
[............]
p lang="i-klingon">nuqneH qo'</p> <!-- Klingon --
[......]

What characterset would be best for Klingon?
Any following the CSUR convention for the Private Use Area, such as
Code2000

Note that Klingon has an ISO-639 language code of "tlh". The
"i-klingon" name should be discontinued.



Reply With Quote
  #5  
Old   
Jimi Sidewaze
 
Posts: n/a

Default Re: need display hints on asian char sets - 02-07-2005 , 05:43 AM



toby, thanks for the excellent input!

when creating Meta-Tags (ie, keywords, description) and the <title> tag,
should foreign characters be included there? Say, if the Korean equivalent
is,

자원해서
번역을 돕고자 하시는

should this stuff be put in the meta and title tags?

thanks!!!



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.