RE: [PHP] Re: Unicode translation

2003-12-02 Thread Chris
http://www.unicode.org/ Chris -Original Message- From: Louie Miranda [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 9:21 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: Unicode translation Yes, i just learned that windows uses a decimal code and there is a hex value too. Well, sinc

Re: [PHP] Re: Unicode translation

2003-12-02 Thread Louie Miranda
Yes, i just learned that windows uses a decimal code and there is a hex value too. Well, since some unicode characters dont have a decimal value, its really getting harder to solve this kind of problems. :( -- - Louie Miranda http://www.axishift.com - Original Message - "Luke" <[EMAIL P

Re: [PHP] Re: Unicode translation

2003-12-02 Thread Luke
have an equivalent key-stroke? and in even > different fonts? > > > -- - > Louie Miranda > http://www.axishift.com > > > - Original Message - > From: "Leif K-Brooks" <[EMAIL PROTECTED]> > To: "Luke" <[EMAIL PROTECTED]> > Cc:

Re: [PHP] Re: Unicode translation

2003-12-02 Thread Louie Miranda
Sent: Wednesday, December 03, 2003 11:52 AM Subject: Re: [PHP] Re: Unicode translation > Luke wrote: > > >Yeah, i had a similar problem, i dont know if its the same, but i found that > >adding > > > >in the head of the html output fixed it > > > > > E

Re: [PHP] Re: Unicode translation

2003-12-02 Thread Leif K-Brooks
Luke wrote: Yeah, i had a similar problem, i dont know if its the same, but i found that adding in the head of the html output fixed it Even better, use header('Content-Type: text/html; charset=UTF-8') at the beginning of your PHP page. -- PHP General Mailing List (http://www.php.net/) To un