ID: 21386 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Unknown/Other Function Operating System: Win Nt PHP Version: 4.3.0 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2003-01-03 08:26:17] [EMAIL PROTECTED] Thank you very much, You helped me a lot. I don't understand why only this letter had this problem, but... It's working know so who cares. Thanks. ------------------------------------------------------------------------ [2003-01-03 08:17:29] [EMAIL PROTECTED] This might be a locale problem. Try setting your locale, e.g. like so: setlocale(LC_CTYPE,"Hebrew"); Without knowing your locale, PHP (or the underlying C library) has no chance of knowing which character codes are letters and which are punctuation (the letter you wrote looks like a division symbol in my locale with its ISO-8859-1 character set). ------------------------------------------------------------------------ [2003-01-03 05:42:02] [EMAIL PROTECTED] Hi, I'm from Israel and I have a problem with Hebrew + PHP. I am using the function PREG but one of the Hebrew letters, PHP doesn't recognize as a letter (The letter is "÷"). That makes the following problems: \b- if the letter start or finish a word PHP won't consider her. \w-PHP doesn't consider her as a letter… and more… I hope there is something to do about it. P.S – Excuse me for any spelling problems, I don't write so good in English… Thank you very much. Ido. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21386&edit=1