No 
In the explorere I can see Greek when I do the same with asp and access db.

George Nikoloudis

INTRACOM S.A.
Telecom Business Support Systems

19.5 km, Markopoulou Ave.         Tel.:  +30 10 667 97 58
GR 19002 Athens                       Fax: +30 10 667 97 97
Greece                                      Mob.: +30 972 03 60 06



-----Original Message-----
From: kayamboo [mailto:[EMAIL PROTECTED]]
Sent: Τετάρτη, 25 Σεπτεμβρίου 2002 11:08 πμ
To: [EMAIL PROTECTED]
Cc: list mysql
Subject: Re: Character Set Settings


What you mean by explorer pages? Browser?
If so you have to set the correct character set at the beginning of each
place, whether asp, jsp, php or html.

regards
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Nikolaos Georgiafentis" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 4:54 PM
Subject: RE: Character Set Settings


Dear Nikos

I run the below --defult-character-set=ISO-8859-7 and when I insert into the
database like
insert into test values('ΔΥΟ');
when I select:
mysql> select * from test
    -> ;
+------+
| data |
+------+
| ενα  |
| ΕΝΑ  |
| ΔΥΟ  |
| δυο  |
+------+
4 rows in set (0.04 sec)

but the problem is in the Explorer pages where I get $%#$#$#


Any ideas, I work in Win200 system.

George Nikoloudis

INTRACOM S.A.
Telecom Business Support Systems

19.5 km, Markopoulou Ave.         Tel.:  +30 10 667 97 58
GR 19002 Athens                       Fax: +30 10 667 97 97
Greece                                      Mob.: +30 972 03 60 06



-----Original Message-----
From: Nikolaos Georgiafentis [mailto:[EMAIL PROTECTED]]
Sent: Τετάρτη, 25 Σεπτεμβρίου 2002 10:41 πμ
To: Nikoloudis George ([EMAIL PROTECTED])
Cc: [EMAIL PROTECTED]
Subject: Re: Character Set Settings


Dear George,
I use to have problems with Greek Chars and after hundreds of hours of
testing i can assure you that the only solution is to compile Mysql using
as default char-set the Greek char-set.
Thus if your are using mysql for Linux you have to add to the ".configure"
parameters the following:(`--with-charset=greek' ,
'--with-extra-charset=greek').
Also if you have problems viewing greek characters from within a PHP page
maybe you have to define the correct encoding for the specific page.

At 10:09 AM 9/25/2002 +0300, you wrote:
>Dear support
>
>I am trying to write data in the database in ISO-8859-7 character set.
>My Questions are:
>1) How do I configure MySQL to support this character set?
>2) I am using PHP to get these infornation from the database. Do I have to
>do something in my code to read teh data?
>
>
>Thenks a lot
>
>George Nikoloudis
>
>INTRACOM S.A.
>Telecom Business Support Systems
>
>19.5 km, Markopoulou Ave.         Tel.:  +30 10 667 97 58
>GR 19002 Athens                       Fax: +30 10 667 97 97
>Greece                                      Mob.: +30 972 03 60 06
>
>
>
>---------------------------------------------------------------------
>Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail <[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Georgiafentis Nikolaos
Project Manager
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
iTEL LTD
409 Vouliagmenis Ave.
Ilioupoli, 16346
Tel: +30 10 9790050
Fax: +30 10 9790051

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to