php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16253 ereg_replace does'nt work with umlauts
Submitted: 2002-03-25 05:04 UTC Modified: 2002-05-09 00:00 UTC
Votes:3
Avg. Score:4.0 ± 0.8
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:1 (33.3%)
From: h_wurst at yahoo dot com Assigned:
Status: No Feedback Package: Regexps related
PHP Version: 4.1.2 OS: Linux 2.4.x
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
13 + 18 = ?
Subscribe to this entry?

 
 [2002-03-25 05:04 UTC] h_wurst at yahoo dot com
While $BlockHeading = ereg_replace("b", "lala", $BlockHeading); works fine, $BlockHeading = ereg_replace("?", "lala", $BlockHeading); does'nt work.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-08 04:02 UTC] sniper@php.net
Works fine here..what's your configure line for PHP?


 [2002-05-09 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 10:01:31 2024 UTC