tosh has asked for the wisdom of the Perl Monks concerning the following question:
Doe not work.$x =~ s/([\x00-\x1F\ x7F-\xFF])/"\\'" .(unpack("H2",$1))/eg;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: What Voodoo Encoding does RTF use for > ASCII Chars?
by GrandFather (Saint) on Mar 20, 2012 at 23:02 UTC | |
Re: What Voodoo Encoding does RTF use for > ASCII Chars?
by CountZero (Bishop) on Mar 20, 2012 at 23:19 UTC | |
Re: What Voodoo Encoding does RTF use for > ASCII Chars?
by Corion (Patriarch) on Mar 20, 2012 at 21:12 UTC | |
by tosh (Scribe) on Mar 20, 2012 at 22:16 UTC | |
Re: What Voodoo Encoding does RTF use for > ASCII Chars?
by Eliya (Vicar) on Mar 20, 2012 at 21:20 UTC | |
by tosh (Scribe) on Mar 20, 2012 at 22:18 UTC | |
by Eliya (Vicar) on Mar 20, 2012 at 22:31 UTC | |
Re: What Voodoo Encoding does RTF use for > ASCII Chars?
by Anonymous Monk on Jul 09, 2016 at 16:08 UTC | |
Re: What Voodoo Encoding does RTF use for > ASCII Chars?
by planetscape (Chancellor) on Mar 24, 2012 at 17:14 UTC |