in reply to Character re-map using regex
your code worked. Note that if you are displaying the output in a console window it won't look like what you want. To 'see' the correct output (small cap Z with caron) I had to start up Word, ask for encoded text, then specify UTF-8 coding. (whew)$text=~s/\x{0095}/\x{017E}/g;
|
|---|