special and acuted characters are remplaced to ansi

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
7/24/2009 1:12:04 AM
Gravatar
Total Posts 10

special and acuted characters are remplaced to ansi

Hi Joe, hi everyone,

Config: mojo 2.3.1.0, MySQL database (all table are "InnoDB utf8_general_ci"), hosted on webhostforasp.net

Bug (?): all acuted or special characters are converted to ansi.

example:
éàèç$€ù£ê

is displayed and stored like:
eaec$?u?e

Where do I tweak something ? thanks.

Neil.

7/24/2009 6:19:25 AM
Gravatar
Total Posts 18439

Re: special and acuted characters are remplaced to ansi

Hi,

It sounds like the db is not configured as you think. I have only ever seen this problem when the db was not using utf8. I would check each column property on each table to see if they are all utf8 or not.

Hope it helps,

Joe 

You must sign in to post in the forums. This thread is closed to new posts.