[AktiviX-discuss] MySQL utf8 Problem

Chris chris at aktivix.org
Sat Jan 9 11:32:58 UTC 2010


Hi

On Fri 08-Jan-2010 at 11:36:42PM +0000, Alan Dawson wrote:
> 
> "left her parents’ house"
> 
> Where what I think is a utf8 fancy apostrophe is not being rendered
> properly.
> 
> Any help or directions to which manual page to read gratefully
> appreciated.

I've used iconv for this before, try:

  iconv -f ISO_8859-1 -t UTF-8 input.sql > output.sql

If that doesn't work try try some of the windows character sets, you can
get a list of them all like this:

  iconv --list

Good luck!

Chris
  




More information about the AktiviX-discuss mailing list