PHP regex question : how to match none-ascii letters in latin1_swedish_ci charset?
- by Shawn
I have this string : Verbesserungsvorschläge which I think is in German. Now I want to match it with a regex in php. To be more general, I want to match such characters like German which are not 100% in the ASCII set.
Thanks.