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
Mar
"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 make
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
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
>>
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 r
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 co
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
(latin1_swedish_ci,COERCI
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 Tag
Apache, PHP, Header(). you can use all these methods to specify the
charset, what i suggest to use,
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:
utf-8 characters are 8 bit clean, so they can be stored and retrieved
in mysql 3.x ok, but proper utf-8 sorting etc. doesn't work. for many
purposes though
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
> > th
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 wis
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
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
off..
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 (htt
ðÒÉ×ÅÔ!
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 a
ðÒÉ×ÅÔ!
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] =>
PROTECTED]]
Sent: August 21, 2001 2:03 PM
To: Maxim Maletsky; 'Mark Lo'; [EMAIL PROTECTED]
Subject: RE: [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 PROTECTE
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 [mai
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 di
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 command
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 sorr
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 var
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
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 no
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 w
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-mai
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
27 matches
Mail list logo