Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Fixed MySQL encoding issue
Fixed MySQL encoding issue [message #17548] Wed, 20 August 2008 12:10 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
I have encountered problem with text encoding in MySQL.

This is now fixed; MySql package performs necessary conversion to default encoding.

However, this needs reconsideration of BLOBs in database (because they must NOT be converted). On fetch, U++ can deal with problem, but sending data to MySQL you have to embed it to SqlRaw helper type (just like in Oracle).

(Note that everything works by setting MySQL to utf-8 mode, therefore if your application is in utf-8 too, there is no conversion and no BLOB issue).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Topic++ converted to new format with "includeable" option
Next Topic: Random, Random(dword)
Goto Forum:
  


Current Time: Mon Apr 29 15:28:34 CEST 2024

Total time taken to generate the page: 0.02997 seconds