Re: [PHP] Unicode problems

2008-09-25 Thread Chris
Thiago H. Pojda wrote: This is slightly OT but I honestly don't know what else I can do. I was asked to migrate a website from diff hosts. Okay, pretty easy, right? Well, as usual, it wasn't. Site pages content type was ISO-8559-1 and it was developed for a MySQL5 database that used latin1 as c

Re: [PHP] Unicode Problem

2006-10-08 Thread Nisse Engström
On Fri, 6 Oct 2006 10:44:55 -0500 (CDT), "Richard Lynch" wrote: > I don't think MS Word quotes are Unicode, really... > > I think they're just made-up character sets that Microsoft felt like > using to be incompatible with everybody else... > > Though the %u is almost-for-sure and ATTEMPT to

RE: [PHP] Unicode Problem

2006-10-07 Thread tedd
At 4:15 PM -0500 10/6/06, Richard Lynch wrote: Perhaps you would care to extend your browsercam test to some regression testing of more ancient browsers -- on Mac OS. The following goes back to IE 5.2 for the Mac -- that's as far back as BrowserCam goes. http://www.browsercam.com/public.asp

RE: [PHP] Unicode Problem

2006-10-06 Thread Richard Lynch
On Fri, October 6, 2006 12:29 pm, tedd wrote: > No, that's not what I meant. I know how to convert DEC <-> HEX. > > What I was talking about is called a NCRs, or Numeric Character > References > > One could use the Unicode DEC value directly, such as: > > • > > or the Unicode HEX value directl

RE: [PHP] Unicode Problem

2006-10-06 Thread tedd
At 10:50 AM -0500 10/6/06, Richard Lynch wrote: On Fri, October 6, 2006 8:37 am, tedd wrote: > At 7:11 PM -0700 10/5/06, Robbert van Andel wrote: > How do I take %u2022 and get make that display as the bullet >character? > I thought there was a way to use HEX directly, but can't find the re

RE: [PHP] Unicode Problem

2006-10-06 Thread Richard Lynch
On Fri, October 6, 2006 8:37 am, tedd wrote: > At 7:11 PM -0700 10/5/06, Robbert van Andel wrote: >>I know it's Unicode because the javascript is encoding it as Unicode >> (and >>it's doing so correctly). I guess the gist of my question is how to >> do I do >>a reverse. How do I take %u2022 and g

RE: [PHP] Unicode Problem

2006-10-06 Thread Richard Lynch
Thursday, October 05, 2006 3:44 PM > To: [EMAIL PROTECTED] > Cc: php-general@lists.php.net > Subject: Re: [PHP] Unicode Problem > > On 06/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> I have a webpage that allows users to post news stories for their > departme

Re: [PHP] Unicode Problem

2006-10-06 Thread Richard Lynch
On Thu, October 5, 2006 5:14 pm, [EMAIL PROTECTED] wrote: > I have a webpage that allows users to post news stories for their > department. The site uses AJAX to send the data to the webserver. > The problem I'm having is when the user uses some unicode characters > like bullets or MS Word quotes,

RE: [PHP] Unicode Problem

2006-10-06 Thread tedd
At 7:11 PM -0700 10/5/06, Robbert van Andel wrote: I know it's Unicode because the javascript is encoding it as Unicode (and it's doing so correctly). I guess the gist of my question is how to do I do a reverse. How do I take %u2022 and get make that display as the bullet character? Robbert:

Re: [PHP] Unicode Problem

2006-10-05 Thread Penthexquadium
On Thu, 05 Oct 2006 18:14:59 -0400, [EMAIL PROTECTED] wrote: > I have a webpage that allows users to post news stories for their department. > The site uses AJAX to send the data to the webserver. The problem I'm > having is when the user uses some unicode characters like bullets or MS Word >

RE: [PHP] Unicode Problem

2006-10-05 Thread Robbert van Andel
lto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 3:44 PM To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: Re: [PHP] Unicode Problem On 06/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a webpage that allows users to post news stories for their department. Th

Re: [PHP] Unicode Problem

2006-10-05 Thread Dotan Cohen
On 06/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I have a webpage that allows users to post news stories for their department. The site uses AJAX to send the data to the webserver. The problem I'm having is when the user uses some unicode characters like bullets or MS Word quotes, t

Re: [PHP] Unicode

2006-08-13 Thread Ligaya Turmelle
tedd wrote: At 7:08 PM -0700 6/4/06, Rasmus Lerdorf wrote: Larry Garfield wrote: In C or C++, yes. In PHP, do not assume the same string->number mapping. Numeric definition is irrelevant. Right, and now bring Unicode into the picture and this becomes even more true. -Rasmus I know th

Re: [PHP] Unicode

2006-08-12 Thread Gerry D
Tedd, Interesting that nobody knows the answer... I am struggling with this very issue for an international lily register... http://www.lilyregister.com/ Gerry On 6/5/06, tedd <[EMAIL PROTECTED]> wrote: At 7:08 PM -0700 6/4/06, Rasmus Lerdorf wrote: >Larry Garfield wrote: >>In C or C++, yes.

Re: [PHP] unicode

2006-04-14 Thread Wolf
And Maybe get all that government subsidized money for bringing in jobs to a location that lost them due to a call center closing... yeah, that's the ticket!! tedd wrote: > At 9:25 AM -0400 4/14/06, Wolf wrote: >> And they wonder why labor is so cheap in India and they keep sending >> jobs and op

Re: [PHP] unicode

2006-04-14 Thread tedd
At 9:25 AM -0400 4/14/06, Wolf wrote: And they wonder why labor is so cheap in India and they keep sending jobs and opening call centers and such over there... They read scripts all day, you would think that they would know how to Google. Maybe we could open a call center here for answers to

Re: [PHP] unicode

2006-04-14 Thread Wolf
And they wonder why labor is so cheap in India and they keep sending jobs and opening call centers and such over there... They read scripts all day, you would think that they would know how to Google. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

Re: [PHP] unicode

2006-04-14 Thread Jochem Maas
go away and RTFM, STFW, anything but ask another question here until you can show even the slightest inclination to do you're own research and that you'll bother to response to people when then do actually give answers (like maybe a thank you if someone does actually help you, for instance). th

Re: [PHP] Unicode TTF Font wingding's just don't cut it!

2002-02-20 Thread Rasmus Lerdorf
> Does anyone know where I can get a simple symbol font which is .ttf and > "unicode" compatible. Seems that my php graphic program is very > sensitive to ttf problems. It'll take one or two wingdings in > imagettftext() before it up and dies. Your help will be greatly > appreciated. Dies? How s

Re: [PHP] Unicode TTF Font wingding's just don't cut it!

2002-02-19 Thread hugh danaher
sage - From: "Neil Freeman" <[EMAIL PROTECTED]> To: "hugh danaher" <[EMAIL PROTECTED]> Cc: "php" <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 1:38 AM Subject: Re: [PHP] Unicode TTF Font wingding's just don't cut it! > What symbo

Re: [PHP] Unicode TTF Font wingding's just don't cut it!

2002-02-19 Thread Neil Freeman
What symbols are you trying to use? Verdana is good enough for most unicode characters. hugh danaher wrote: > Help > Does anyone know where I can get a simple symbol font which is .ttf and "unicode" >compatible. Seems that my php graphic program is very sensitive to ttf problems. >It'll take