Characterset Problem?

Robin, can you try setting DB_CHARSET_NAME to blank, see if that helps with inserted data?

Robin, can you try setting DB_CHARSET_NAME to blank, see if that helps with inserted data?

Thank you. That worked fine.

Thank you. That worked fine.

Really, interesting.

Seems then the data is coming out incorrect from MySQL. Thanks

The encoding on the front-end is probably wrong then. Get it working right in the DB, then in Firefox, goto View -> Character encoding, and cycle through and see which ones work, then use that encoding in the layout template

Ah that would do it, glad you got it