[PHP] PHP charset problem

2006-01-29 Thread php @ net mines
Hi all I'm using PHP 4.x and MySQL 3.x. I'm saving in my DB various fields with greek text. What I need to do is pass that data to flash in UTF format, but the MySQL doesn't support UTF. Is there a way to take the greek text and convert it to UTFchars so Flash can read it? Many Thanks

Re: [PHP] Charset and filenames

2005-02-28 Thread Richard Lynch
Gustavo Lopes wrote: I'm building a script that makes a list of files available in a directory (PHP 4.3.10, Apache 2.0.53, windows, NTFS file system). The XHTML is served as ISO-8859-1. However, I'm having trouble in generating correct links for files with accents, etc. The problem is

Re: [PHP] Charset and filenames

2005-02-28 Thread Gustavo Lopes
I appreciate your reply but I'm not satisfied. Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Gustavo Lopes wrote: I'm building a script that makes a list of files available in a directory (PHP 4.3.10, Apache 2.0.53, windows, NTFS file system). The XHTML is served as

Re: [PHP] Charset and filenames

2005-02-28 Thread Jochem Maas
Gustavo Lopes wrote: I appreciate your reply but I'm not satisfied. Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Gustavo Lopes wrote: I'm building a script that makes a list of files available in a directory (PHP 4.3.10, Apache 2.0.53, windows, NTFS file system). The

Re: [PHP] Charset and filenames

2005-02-28 Thread Gustavo Lopes
Jochem Maas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Gustavo Lopes wrote: I appreciate your reply but I'm not satisfied. Richard Lynch [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Gustavo Lopes wrote: I'm building a script that makes a list of files available

[PHP] Charset and filenames

2005-02-27 Thread Gustavo Lopes
Hi I'm building a script that makes a list of files available in a directory (PHP 4.3.10, Apache 2.0.53, windows, NTFS file system). The XHTML is served as ISO-8859-1. However, I'm having trouble in generating correct links for files with accents, etc. The problem is rawurlencode() appears to

[PHP] Charset Problem

2004-07-29 Thread Gerske, Sebastian
Dear list, im running mysql 4.1 and php 4.3.8 and have the following problem with charset. If i select a row from a table like SELECT * FROM ip WHERE ip LIKE '127.0.0.1' LIMIT 0 , 30 i get the error: #1267 - Illegal mix of collations (ascii_general_ci,IMPLICIT) and

Re: [PHP] PHP charset encoding

2004-04-02 Thread Leung WC
if the page that the input form is on sets utf-8 as the content type, then most (?) browsers will send utf-8. you can use a meta tag like: meta http-equiv=Content-Type content=text/html; charset=utf-8 utf-8 characters are 8 bit clean, so they can be stored and retrieved in mysql 3.x ok, but

[PHP] Re: PHP charset encoding

2004-04-02 Thread Ammar Ibrahim
Hello Nabil, Good to see you here :) I hope you solved the problem. anyway, i would like to make a comment about something: The Charset is defined in many places, If you are using HTML in the meta Tag Apache, PHP, Header(). you can use all these methods to specify the charset, what i suggest to

Re: [PHP] PHP charset encoding

2004-03-31 Thread Ma Siva Kumar
On Tuesday 30 March 2004 19:31, Rob Ellis wrote: On Tue, Mar 30, 2004 at 11:23:03AM +0300, nabil wrote: When submitting a data from an HTML page and inserting them in MySQL: what encoding they will be ? is it the page encoding? the field size like VARCHAR 15 won't fit the same in

[PHP] PHP charset encoding

2004-03-30 Thread nabil
Hi all, I have problem storing the submitted data in the database in the right encoding. I need to use UTF-8 I need to save the Arabic text in UTF-8 encoding. I have a problem with UTF-8 and windows-1256 conversion. I wish I can understand those things, coz encoding thing will take my hair

[PHP] Re: PHP charset encoding

2004-03-30 Thread Jason Barnett
Nabil wrote: Hi all, I have problem storing the submitted data in the database in the right encoding. I need to use UTF-8 I need to save the Arabic text in UTF-8 encoding. I have a problem with UTF-8 and windows-1256 conversion. I wish I can understand those things, coz encoding thing will take

Re: [PHP] PHP charset encoding

2004-03-30 Thread Rob Ellis
On Tue, Mar 30, 2004 at 11:23:03AM +0300, nabil wrote: Hi all, I have problem storing the submitted data in the database in the right encoding. I need to use UTF-8 I need to save the Arabic text in UTF-8 encoding. I have a problem with UTF-8 and windows-1256 conversion. I wish I can

[PHP] Charset problem with DBF database

2003-03-24 Thread Alexander Weber
Hello, I have a DBF database with some ASCII characters like ALT+154 (Ü) etc. I read out the database but instead of an Ü i get an s. Tried out charsetconverting from/to ASCII, UTF-8/7 and ISO, but nothing gave me the rigth letter. Anybody an idea? THX Alex -- PHP General Mailing List

[PHP] Charset/language request headers

2002-07-06 Thread Alberto Serra
ðÒÉ×ÅÔ! I am not too familiar with the way language and charset requests are coupled by browsers. After processing the headers I get this two arrays (based on my personal Mozilla settings). charset - Array ( [0] = KOI8-R [1] = utf-8 [2] = * ) language - Array ( [0] = ru [1] = en [2] = fr [3]

[PHP] Charset/language request headers. Yes, it's true :(

2002-07-06 Thread Alberto Serra
ðÒÉ×ÅÔ! Doing multiligual sites presumes you can somehow understand what the client expects from you. Browsers all are full of language settings, but... The HTTP specification is very little language negotiation oriented in itself (this is probably a consequence of its having started out in

RE: [PHP] charset

2001-08-21 Thread Lawrence . Sheed
: [PHP] charset P.S: just as in this email :-) Maxim Maletsky -Original Message- From: Maxim Maletsky Sent: Tuesday, August 21, 2001 3:02 PM To: 'Mark Lo'; [EMAIL PROTECTED] Subject: RE: [PHP] charset Chinese charset. Maxim Maletsky -Original Message- From: Mark Lo [mailto

[PHP] charset

2001-08-20 Thread Mark Lo
Hi, What could be wrong if I don't specific the CHARSET in my webpage. If my webpage will display both chinese and english, then what charset should i use. Thank you Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP] charset

2001-08-20 Thread Maxim Maletsky
Chinese charset. Maxim Maletsky -Original Message- From: Mark Lo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 3:03 PM To: [EMAIL PROTECTED] Subject: [PHP] charset Hi, What could be wrong if I don't specific the CHARSET in my webpage. If my webpage will display

RE: [PHP] charset

2001-08-20 Thread Maxim Maletsky
P.S: just as in this email :-) Maxim Maletsky -Original Message- From: Maxim Maletsky Sent: Tuesday, August 21, 2001 3:02 PM To: 'Mark Lo'; [EMAIL PROTECTED] Subject: RE: [PHP] charset Chinese charset. Maxim Maletsky -Original Message- From: Mark Lo [mailto:[EMAIL

Re: [PHP] charset win1251

2001-08-13 Thread BRACK
Hi Maxim, You are probably only one in this mailing list with experiance of work with russian language in PHP, I have another qwestion concerning Opera and textarea - I can't make Opera to accept cyrillic text in textareas, I mean I can type in Russian but can't insert russian text (tried

Re[2]: [PHP] charset win1251

2001-08-13 Thread Maxim Derkachev
Hello BRACK, Monday, August 13, 2001, 8:12:42 PM, you wrote: B You are probably only one in this mailing list with experiance of B work with russian language in PHP, I have another qwestion B concerning Opera and textarea - I can't make Opera to accept B cyrillic text in textareas I'm sorry,

Re: [PHP] charset win1251

2001-08-10 Thread Maxim Derkachev
Hello BRACK, Thursday, August 09, 2001, 10:19:46 PM, you wrote: B I finished English version of my site and wanted to start Russian B part but realized that MySQL server returnes all data in koi-8r B charset which is not very comfortable for some of the users, B specially I know that A LOT of

[PHP] charset win1251

2001-08-09 Thread BRACK
I'm tired... I finished English version of my site and wanted to start Russian part but realized that MySQL server returnes all data in koi-8r charset which is not very comfortable for some of the users, specially I know that A LOT of russians using Opera brawser older versions of which do

RE: [PHP] charset

2001-07-12 Thread Adrian Ciutureanu
http://www.w3.org/TR/WD-html40-970708/charset.html -Original Message- From: Mark Lo [mailto:[EMAIL PROTECTED]] Sent: 12 iulie 2001 08:46 To: [EMAIL PROTECTED] Subject: [PHP] charset Hi, What will the problem if i don't specific what charset to use in the metal tag

[PHP] charset

2001-07-11 Thread Mark Lo
Hi, What will the problem if i don't specific what charset to use in the metal tag. And also, what is the CHARSET of UTF-8. What charset to use if i want my web page to display chinese and english. Thank you Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] charset

2001-07-11 Thread Mark Lo
Hi, What will the problem if i don't specific what charset to use in the metal tag. And also, what is the CHARSET of UTF-8. What charset to use if i want my web page to display chinese and english. Thank you Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe,