Re: [PHP] Config language support



On Wed, February 28, 2007 8:52 am, edwardspl@xxxxxxxxxx wrote:
Dear all,

How to config the default Character Set and Collation with big5 ?

Web page:
http://php.net/header and charset on Content-type
Plus you need it in META HTTP-EQUIV tag for IE and off-line saved HTML.

MySQL:
SET CHARACTER SET 'big5'
or something like that
More info at http://dev.mysql.com

--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?
.



Relevant Pages

  • Re: [PHP] Config language support
    ... How to config the default Character Set and Collation with big5? ... You can download your free version. ...
    (php.general)
  • Config language support
    ... How to config the default Character Set and Collation with big5? ...
    (php.general)
  • Re: [PHP] Config language support
    ... You should use Unicode! ... How to config the default Character Set and Collation with big5? ...
    (php.general)
  • Re: PEP 263 status check
    ... Unicode, and things like that. ... > that an 8-bit string contains one byte per character ... ensure that it doesn't do any fancy charset handling, ... often does not know which character set to convert it to. ...
    (comp.lang.python)
  • Re: DBI and character sets (yet again)
    ... > - provide access to character set information, ... Does your DBD currently support NLS encodings? ... E.g., my locale's charset is UTF8, and I retrieve some UNICODE columns. ...
    (perl.dbi.users)