in reply to Re^2: Latin Extended Additional and Unicode::String
in thread Latin Extended Additional and Unicode::String

it appears that mentioned Unicode::String is commented out in your case :)

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...