[PHP] a bit off the list but should be easy

2001-08-15 Thread Jack
Hi people It is about html, that when I go to some sites that ask me to download their font like Japanese or chinese font, in order to read their language, what do they put in the page for that kind of detection? Jack [EMAIL PROTECTED] Love your enemies, it will drive them nuts

RE: [PHP] a bit off the list but should be easy

2001-08-15 Thread Lawrence . Sheed
Most people do it like this Specify the charset in the document. e.g. Simplified Chinese meta http-equiv=content-type content=text/html; charset=gb2312 Traditional Chinese meta http-equiv=content-type content=text/html; charset=big5 You can also specify the language type in the web server -

Re: [PHP] a bit off the list but should be easy

2001-08-15 Thread Jack
Thanks :-) that is really helpful. Jack [EMAIL PROTECTED] Love your enemies, it will drive them nuts - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, August 15, 2001 3:33 AM Subject: RE: [PHP] a bit off the list but should be easy

Re: [PHP] a bit off the list but should be easy

2001-08-15 Thread Ryan Fischer
You wrote: Note that the download font thing is Internet Exploder Specific. Internet Exploder also has a few issues with different charsets. Also note that *all* html documents should have a specified charset - even the plain english ones. Most of the html on the internet is coded wrongly,