Mapping Unicode Characters to String
Posted: Thu May 25, 2006 1:12 pm
Hi! I'm trying out text pipe and i'm testing the mapping filter. I have a input file in utf-8 with some characters in the reserved unicode space (U+EED3, U+EE01, etc) and i want to map them to a string (e.i. "<cf:Arabic Typesetting><0x0020><cf:>") however using the map filter i notice that you cannot directly write the replacement string in the Output string column, instead you have to write the whole thing in \x00\x00\x003C format which for me is very time consuming especially if i have a very long string. Is there any way that i can directly use the string "<cf:Arabic Typesetting><0x0020><cf:>" in the Output string column?
My filter list consists of:
1. convert utf-8 to utf-32
2. Unicode map (utf mode= utf-32)
3. convert untf-32 to utf-8
My filter list consists of:
1. convert utf-8 to utf-32
2. Unicode map (utf mode= utf-32)
3. convert untf-32 to utf-8