![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi, I would like to make some web pages using foreign fonts. Now the problem is- if I write something in Chinese language using this coding. font="Chinese" whatever /font only those people will see this text who has Chinese fonts installed in his computer. But someone who don't have this font installed in his computer can't read it.But I want this text to make readable to every body even if someone doesn't has Chinese font installed. Is there any way to solve this problem? thanks |
#2
| |||
| |||
|
|
If your page has mixed languages, mark your document as UTF-8. |
#3
| |||
| |||
|
|
L??ie Techie: If your page has mixed languages, mark your document as UTF-8. It's not enough to just mark the document as UTF-8. You also have to actually use UTF-8 in the document. That could of course mean restricting the code to ASCII (a subset of UTF-8), using character references (or entities) for everything else. (And remember ASCII is not the same as Latin 1.) There are multi-bit editors that will support utf-8. Even Mozilla will let you |
![]() |
| Thread Tools | |
| Display Modes | |
| |