|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-16 08:31 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 11:00:01 2025 UTC |
It seems to me, that regular expression doesn't work with international character-set. When the regexpr-compiler sees an non-english character it simply stops processing the remaining string. For example: $foo = ereg("([0-9]+):([a-zA-Z??????]*):([0-9]+)", "0:???Abcb:10", $out); Doesn't process the regular expression correctly. I have tried to do a set_locale("da_DK...").