in reply to Re^2: Removing \x092 with a regex
in thread Removing \x092 with a regex

You're saving your Perl script as a UTF-8 file but not telling Perl that it is supposed to be reading the script as such. (I bet)

- tye        

  • Comment on Re^3: Removing \x092 with a regex (utf-8 source)

Replies are listed 'Best First'.
Re^4: Removing \x092 with a regex (utf-8 source)
by wfsp (Abbot) on Jul 26, 2005 at 17:24 UTC
    tye++

    0x63 0x61 0x74 0x92 0x73 cat’s original 0x63 0x61 0x74 0x92 0x73 cat’s hex only two nybbles 0x63 0x61 0x74 0x27 0x73 cat's seems good here 0x63 0x61 0x74 0x27 0x73 cat's seems good here 0x63 0x61 0x74 0x27 0x73 cat's seems good here 0x63 0x61 0x74 0x27 0x73 cat's added
    Many thanks