Closed GoogleCodeExporter closed 9 years ago
Did you specify a character set in the connect method?
Original comment by macl...@gmail.com
on 17 Jun 2008 at 11:37
Also, could you enable logging and possible post the results here. You can do
this by
simply adding this line before you call connect.
Logger.level = Logger.DEBUG;
Original comment by macl...@gmail.com
on 17 Jun 2008 at 11:39
Original comment by macl...@gmail.com
on 15 Jul 2008 at 5:10
I'm getting the exact same error when attempting to run the first example. Did
projectrecruits ever notify you of how the problem was solved?
Original comment by hugh.whi...@gmail.com
on 18 Jul 2008 at 7:16
change line 74 in MySqlService.as from:
public var charSet:String = "utf-8";
to
public var charSet:String = "utf8";
seemed to work for me. hope it helps
tony
Original comment by great...@gmail.com
on 29 Jul 2008 at 5:36
I have found exatly the opposite. I had to set charSet as "utf-8" to work as
expected, if not, I get screwed characters whe using special characters like à
Original comment by cuatrome...@gmail.com
on 28 Jan 2009 at 7:28
Original issue reported on code.google.com by
projectr...@gmail.com
on 17 Jun 2008 at 5:34