Re: RE: rE: re: mi fa so la ti do... Character Set Settings Query

2002-09-25 Thread Jan Steinman
Query: can you guys please trim up your quotes a little? -- : Jan Steinman -- nature photography: http://www.Bytesmiths.com : Bytesmiths -- artists' services: http://www.Bytesmiths.com/Services : Join the forums at http://www.Bytesmiths.com/wiki

Character Set Settings

2002-09-25 Thread Nikoloudis George ([EMAIL PROTECTED])
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

Re: Character Set Settings

2002-09-25 Thread Nikolaos Georgiafentis
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

RE: Character Set Settings

2002-09-25 Thread Nikoloudis George ([EMAIL PROTECTED])
-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

RE: Character Set Settings

2002-09-25 Thread Dean Harding
. -Original Message- From: Nikoloudis George ([EMAIL PROTECTED]) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 25 September 2002 5:54 pm To: Nikolaos Georgiafentis Cc: [EMAIL PROTECTED] Subject: RE: Character Set Settings Dear Nikos I run the below --defult-character-set=ISO-8859-7

Re: Character Set Settings

2002-09-25 Thread kayamboo
, 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 | +--+ | åíá | | ÅÍÁ | | ÄÕÏ

RE: Character Set Settings

2002-09-25 Thread Nikoloudis George ([EMAIL PROTECTED])
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

RE: Character Set Settings

2002-09-25 Thread Nikolaos Georgiafentis
Óåðôåìâñßïõ 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

RE: Character Set Settings

2002-09-25 Thread Nikoloudis George (george.nikoloudis@intracom.gr)
[mailto:[EMAIL PROTECTED]] Sent: Τετάρτη, 25 Σεπτεμβρίου 2002 11:33 πμ To: Nikoloudis George ([EMAIL PROTECTED]) Cc: [EMAIL PROTECTED] Subject: RE: Character Set Settings Fear George, try putting 'META HTTP-EQUIV=Content-Type CONTENT=text/html;charset=iso-8859-7' in the header section of your page

Re: RE: Character Set Settings

2002-09-25 Thread Nikolaos Georgiafentis
Georgiafentis [mailto:[EMAIL PROTECTED]] Sent: Τετάρτη, 25 Σεπτεμβρίου 2002 11:33 πμ To: Nikoloudis George ([EMAIL PROTECTED]) Cc: [EMAIL PROTECTED] Subject: RE: Character Set Settings Fear George, try putting 'META HTTP-EQUIV=Content-Type CONTENT=text/html;charset=iso-8859-7' in the header section

RE: RE: Character Set Settings

2002-09-25 Thread Nikoloudis George (george.nikoloudis@intracom.gr)
Mob.: +30 972 03 60 06 -Original Message- From: Nikolaos Georgiafentis [mailto:[EMAIL PROTECTED]] Sent: Τετάρτη, 25 Σεπτεμβρίου 2002 12:19 μμ To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: Character Set Settings Dear Gorge, the page you have sent me

Re: RE: RE: Character Set Settings

2002-09-25 Thread Nikolaos Georgiafentis
] Cc: [EMAIL PROTECTED] Subject: Re: RE: Character Set Settings Dear Gorge, the page you have sent me is included in an other page? If is not then try to put also all the required html tags (i.e HEAD,BODY etc.) If it is then try to put the correct page encoding in the main page that includes

RE: RE: RE: Character Set Settings

2002-09-25 Thread Nikoloudis George (george.nikoloudis@intracom.gr)
Mob.: +30 972 03 60 06 -Original Message- From: Nikolaos Georgiafentis [mailto:[EMAIL PROTECTED]] Sent: Τετάρτη, 25 Σεπτεμβρίου 2002 12:58 μμ To: Nikoloudis George ([EMAIL PROTECTED]) Cc: [EMAIL PROTECTED] Subject: Re: RE: RE: Character Set Settings Sorry the correct

RE: RE: RE: Character Set Settings

2002-09-25 Thread Dean Harding
-line client... Dean Harding. -Original Message- From: Nikoloudis George [mailto:[EMAIL PROTECTED]@intracom.gr] Sent: Wednesday, 25 September 2002 8:24 pm To: Nikolaos Georgiafentis Cc: [EMAIL PROTECTED] Subject: RE: RE: RE: Character Set Settings Nothing I did it. I will try