hareesh.kumar has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Regular expression on multibyte string
by moritz (Cardinal) on Mar 07, 2010 at 12:50 UTC
Re: Regular expression on multibyte string
by almut (Canon) on Mar 07, 2010 at 11:59 UTC

    It may sound harsh, but honestly, there's not a lot we can do to help, unless you provide more info.

    Most useful would be a small, self-contained snippet of code which allows us to replicate the issues you're having. "Self-contained" means that you include some sample input data together with the code, so we don't have to guess what it might be (this is particularly important with encoding issues).  Likewise, don't forget to mention what the expected output is.

Re: Regular expression on multibyte string
by ikegami (Patriarch) on Mar 07, 2010 at 19:22 UTC
    Sounds like you didn't decode your characters on input, and didn't encode your characters on output.
Re: Regular expression on multibyte string
by Anonymous Monk on Mar 07, 2010 at 11:52 UTC