in reply to Re^4: How read utf8 charachter from AddTextfield() in Win32::Gui
in thread How read utf8 charachter from AddTextfield() in Win32::Gui

please show me a sample of get utf8 character from AddTextfield() and print it it ,IDE

Please show me yours, the one that doesn't work (as per How (Not) To Ask A Question)

my database connection and others setting is correct

Well thats not what your error message is saying. Your text isn't encoded properly, so go ahead and encode it like A UTF8 round trip with MySQL explains that you need to.

  • Comment on Re^5: How read utf8 charachter from AddTextfield() in Win32::Gui