Hi Bryan,
Here is the test result.
> 1. Print out the data as soon as it is submitted. You can do
> this by adding var_dump($_POST); to new.php.
If I see the test result on the browser, the character is still intact here.
If I show the source of the result page, however, it is converted to NCR like...
["summary"]=>
string(8) "あ"
["description"]=>
string(8) "あ"
> 2. Print out the data immediately before it is inserted. You
> will need to edit include/class.issue.php, the insert()
> method, about line 1665.
The same as above.
It seems that the character is already converted at the point 1.
> Let me know if the character is still intact at both of those places.
>
> Regards,
> /bryan
>
> Shuichi Tamagawa wrote:
> > Hi
> >
> > I'd like to use multi-byte characters for the data of issue records.
> >
> > It seems that, however, Eventum converts the multi-byte
> characters to
> > Numeric Character Reference to Unicode when the data is
> submitted and
> > store to the database as a 'string' of NCR.
> >
> > As a result, the multi-byte characters are not displayed correctly.
> >
> > <Example>
> > 1. The character submitted from Eventum screen(JAPANESE
> HIRAGANA LETTER A).
> > あ
> >
> > 2. The character in the database
> > あ
> >
> > 3. The character displayed after retrieving あ
> >
> > 4. HTML source after retrieving the character &#12354;
> >
> > How can I store the multi-byte characters to the database as is
> > without converting to NCR?
> >
> > --
> > Shu
> >
> >
> >
>
> --
> Bryan Alsdorf, Software Engineer
> MySQL AB, www.mysql.com
>
> Are you MySQL certified? www.mysql.com/certification
>
> --
> Eventum Developers Mailing List
> For list archives: http://lists.mysql.com/eventum-devel
> To unsubscribe:
> http://lists.mysql.com/eventum-devel?unsub=1
>