utf8 encoding
  • gavrochegavroche July 2011
    Hello
    I'm from Romania so I'm using utf8 charset
    I have set in options utf8 bun I can't insert into a table chars like șțăîâ
    Can you help me please?
  • MarcusMarcus July 2011
    What SQL-DML command have you use to insert those characters in a table-field(s)?
    Can you post and example?
  • gavrochegavroche July 2011
    Nothing special. I have added romanian language as standard input language and then I have used my keyboard typing plain text. The insert command was made with phpmyadmin.
  • MarcusMarcus July 2011

    OK, let's say that the insert command is


    INSERT INTO MyTable (MyTextColumn) VALUES ('ăîâ')


    what output do you obtain if you make a simple


    SELET MyTextColumn FROM MyTable


    ?

Why do a donation?
The development of such an applications requires an important amount of time and resources. Your continued donations will allow us to continue the development and maintenance.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

In this Discussion

Tagged