RE: [PHP-DEV] Re: [PHP] PDO prepared statements and LIKE escaping

2008-08-06 Thread Texin, Tex
If you are supporting international users, then you also have to worry about the full-width versions of the operators (%, *, etc.) Whether they are treated the same as half-width characters depends on the database. Oracle for example treats them as equivalent. -Original Message- From: L

RE: [PHP-DEV] Algorithm Optimizations - string search

2008-06-11 Thread Texin, Tex
m: Johannes Schlüter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2008 5:32 AM > To: Texin, Tex > Cc: Scott MacVicar; Nuno Lopes; internals@lists.php.net; > Michal Dziemianko > Subject: RE: [PHP-DEV] Algorithm Optimizations - string search > > Hi, > > On Wed,

RE: [PHP-DEV] Algorithm Optimizations - string search

2008-06-11 Thread Texin, Tex
When I looked at the code, I assumed that it wasn't intended for international use I'll have to go back and look to give you details, but it doesn't work for international use or unicode. It would be ok for 8859-1. > -Original Message- > From: Scott MacVicar [mailto:[EMAIL PROTECTED] >