Search found 3 matches
- Mon May 29, 2006 2:04 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Searching for Unicode Characters
- Replies: 3
- Views: 10471
- Fri May 26, 2006 12:28 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Searching for Unicode Characters
- Replies: 3
- Views: 10471
Searching for Unicode Characters
Hi! I'm doing a search and replace of unicode characters (on the reserve space). My input is in UTF-8 so i first convert it to UTF-16LE then i search for \xEED3 and needs to replace it with a string '[0xEED3]'. Then convert it back to UTF-8. However, when I use \xEED3 in the find panel, nothing chan...
- Thu May 25, 2006 1:12 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Mapping Unicode Characters to String
- Replies: 1
- Views: 7473
Mapping Unicode Characters to String
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...