Re: Web Form: Other Question: Unicode Conversion in MySQL database

From: Tim Greenwood (timg1952@aol.com)
Date: Mon Feb 09 2004 - 16:05:52 EST

  • Next message: Kenneth Whistler: "Re: Public Review Issue #27"

    > > text-content into the system, the characters are automatically
    > converted
    > > into a unicode format by the Database, something like &_#_1_2_4_6_4_;

    This can happen (and is the correct action) when the character is not
    part of the repertoire of the character encoding of the web page. Ensure
    that you have the appropriate HTTP header set - for example

    Content-Type: text/html; charset=EUC-JP

    or the equivalent set via a meta http-equiv in the HTML stream.

    Tim



    This archive was generated by hypermail 2.1.5 : Mon Feb 09 2004 - 16:44:50 EST