I\'m in the process of making my PHP site Unicode-aware. I\'m wondering if anyone has experience with the mbstring.func_overload setting, which replaces the nor
one issue you should definitely watch for is 3rd party scripts (perhaps a library or pear extension) which uses non mb-aware versions of functions. for example, libraries that use strlen() could cause issues if you overload it.
as well, this bug report shows that the virtual host bleeding of mb_overloaded functions have been corrected in 5.2/5.3 CVS versions. the bug is specific to per-directory configurations.