in reply to Regex for MS Word Special Characters

If you want to convert cp1252 to utf8 you could use Encode as described by graff
  • Comment on Re: Regex for MS Word Special Characters

Replies are listed 'Best First'.
Re^2: Regex for MS Word Special Characters
by omg_wtf_lol (Initiate) on Apr 21, 2008 at 19:38 UTC
    thanks, I will look into that. I recently found a crude sort of workaround by using the hex code equivalent in a regular expression. However, 4-digit hex code will not work.