Ticket #821 (new defect)

Opened 7 months ago

Last modified 2 months ago

Error in MessageSource_MySQL

Reported by: jan.rosa Owned by: xue
Priority: low Milestone: 3.1.3
Component: Prado Framework v3 Version: 3.1
Severity: minor Keywords:
Cc:

Description

I ran into problem with broken UTF-8 strings when trying Globalization with MySQL as source.

in MessageSource?_MySQL on line 319 the mysql_real_escape_string brokes the string if you do not send SET NAMES 'utf8' after connect (e.g. on line 132).

(i have checked that my connection settings with mysql are UTF-8 in my.ini)

Cheers Jan

Change History

Changed 2 months ago by knut

  • milestone set to 3.1.3

Changed 2 months ago by knut

Is this still a problem or was it related to configuration problems of character set in your environment?

If this is a problem for you please specify your environment and steps to reproduce the problem.

Note: See TracTickets for help on using tickets.