View Single Post
  #2 (permalink)  
Old 04-06-2008, 09:14 PM
Przemek Szalko Przemek Szalko is offline
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default The same mbstring issue for me

Hello,

I have exactly the same issue! I'm from Poland, in my case Polish letters are filtered not properly and also Zend_Validate_Alpha is not working for me (because it's using Zend_Filter_Alpha ;-) ).

I've tried to set locale into 'pl_PL' by doing: set_locale(LC_ALL, 'pl_PL'), but this still doesn't work.

Any ideas? I just can't unload mbstring extension because it's compiled into PHP :/
Reply With Quote