34. Crash on ICU library - WebKit porting to Mona OS

When we access more real website such as http://facebook.com and http://google.com, the browser crashes. The backtrace shows a crash on ICU library.
I found two bugs. The one is easy to find, one fuction returns 1 which should be return const char* localeID such as "en_US". It's just a miss porting. The other is very hard to find, our strchr function returns wrong pointer when 0 is passed.


Here is the latest screenshot.