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

i tried both, but still the same problem . do we need to use encode . if so can you give me one example which using the encode stuff.

Replies are listed 'Best First'.
Re^5: help needed in unicode retriving
by wazoox (Prior) on Mar 10, 2006 at 15:27 UTC
    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.