in reply to Re^4: help needed in unicode retriving
in thread help needed in unicode retriving

Hummmpf, I don't understand what's wrong. Please try
print utf8::is_utf8($your_string);
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.