This topic is locked

Textbox would NOT accept input in GREEKS

2/24/2010 5:04:47 PM
PHPRunner General questions
N
NAngelGr author

Hi again guys

I ve created a mysql database with default character set Greeks and default collate greek_general_ci

All the other softwares windows forms netbeans etc display the greeks correctly.

The phpRunner forms would not accept inputs in Greeks displaying an error of illegal '\x..... characters despite the Greeks that I have declared into the Misc dialog.
Any ideas??
Thanx a million guys and congratulations for your effort
NAngelGr

A
aalekizoglou 3/3/2010



Hi again guys

I ve created a mysql database with default character set Greeks and default collate greek_general_ci

All the other softwares windows forms netbeans etc display the greeks correctly.

The phpRunner forms would not accept inputs in Greeks displaying an error of illegal '\x..... characters despite the Greeks that I have declared into the Misc dialog.
Any ideas??
Thanx a million guys and congratulations for your effort
NAngelGr


Hi NAngelGR,
We've created Greek applications with PHPR in both ways:

  1. use UTF8 character set MySQL Database, which is always better choice, and Use Greek language with UTF8 encoding in PHPR's Misc page (PHPR 5.2)
  2. use Greek character set MySQL Database, and Greek language with Greek encoding in PHPR 5.1
    Generally we've found no problem with that, so could it be some other parameter in php?

N
NAngelGr author 3/4/2010



Hi NAngelGR,
We've created Greek applications with PHPR in both ways:

  1. use UTF8 character set MySQL Database, which is always better choice, and Use Greek language with UTF8 encoding in PHPR's Misc page (PHPR 5.2)
  2. use Greek character set MySQL Database, and Greek language with Greek encoding in PHPR 5.1
    Generally we've found no problem with that, so could it be some other parameter in php?