in reply to Re^2: Latin Extended Additional and Unicode::String
in thread Latin Extended Additional and Unicode::String
so you're not using obsolete way, so you'll achieve your goal correctly (despite you do not know this :)
Instead of writing \1ECB you need \x{1ECB} and you'll be fine...
|
---|