in reply to Re^4: help needed in unicode retriving
in thread help needed in unicode retriving
To check if your string is well formed utf8 from perl's point of view... It would be nice to test with only a few line of code, and to show us what's your data and code like.print utf8::is_utf8($your_string);
|
|---|