delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

In the browser when the data are fetched they seem fine(pure greek), in query browser or commnand line thay seem in the above funny way.
What can i do about it?


Can you please tell me how can i see some greek chars?
15, 'athedsl-06583.otenet.gr', '2006-01-31 18:46:01', '?ia i?ioia oa ueioo oioo U?eooioo', 2
This is what i see as greek => '?ia i?ioia oa ueioo oioo U?eooioo'
I CANNOT work this way.
In the browser when the data are fetched they seem fine(pure greek), in query browser or commnand line thay seem in the above funny way.
What can i do about it?

TOP


Originally Posted by pabloj
i think you need to set the client charset also (see the manual for command line options, they can also be specified with an ini file)
NOTE THAT YOU POSTED IN THE WRONG FORUM, there is a specific one for MySQL
When you say the cleint charset you mean the BQueryrowsers query charset?

TOP

Before we go too far...
1. What version of MySQL are you using?
2. What character set are you currently using?

TOP


Originally Posted by blockcipher
Before we go too far...
1. What version of MySQL are you using?
2. What character set are you currently using?
Iam using MySQL v5.0.19
and i have set MySQL Server Instance at default English Charset.

TOP

abstract:

In the browser when the data are fetched they seem fine(pure greek), in query browser or commnand line thay seem in the above funny way.
What can i do about it?


O.K.  First off, it's not the English Charset, it's Latin1 (Not to be nit-picky).  AFAIK, it covers most languages used in western europe (English, Dutch, Spanish, French, etc.)  I'm not sure if it can handle Greek.  The easy solution would be to switch to using Unicode, like UTF-8.  You can also use a different more specific character set, like Latin2.  I prefer to use UTF-8 just because if I add another language, I don't have to muck around with character sets.  Read the MySQL manual for info on setting up the character sets because you can set it at several different levels and you want to ensure that the character set of your connection is UTF-8 or whatever you're using.

TOP


Originally Posted by blockcipher
O.K.  First off, it's not the English Charset, it's Latin1 (Not to be nit-picky).  AFAIK, it covers most languages used in western europe (English, Dutch, Spanish, French, etc.)  I'm not sure if it can handle Greek.  The easy solution would be to switch to using Unicode, like UTF-8.  You can also use a different more specific character set, like Latin2.  I prefer to use UTF-8 just because if I add another language, I don't have to muck around with character sets.  Read the MySQL manual for info on setting up the character sets because you can set it at several different levels and you want to ensure that the character set of your connection is UTF-8 or whatever you're using.
I have changed the MySQL Server Instance from latin1 to UTF-8 but still when i use Browser Query all greek text looks weird as before.
Its a surprise to em because when i try to retrieve this terxt from within my browser running show.pl (a script of mine) all greek text apper normally.

TOP

It's probably a font problem in the Query Browser.  Try to switch to a good Unicode font and you should be able to resolve the problem.



In the browser when the data are fetched they seem fine(pure greek), in query browser or commnand line thay seem in the above funny way.
What can i do about it?

TOP

Back Forum