in reply to Re^3: 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 or in cmd. my database connection and others setting is correct. thankyou.
  • Comment on Re^4: How read utf8 charachter from AddTextfield() in Win32::Gui

Replies are listed 'Best First'.
Re^5: How read utf8 charachter from AddTextfield() in Win32::Gui
by Anonymous Monk on Apr 05, 2010 at 06:52 UTC
    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.