How to use TextPipe in french?
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
-
- Posts: 1
- Joined: Wed May 02, 2012 5:40 pm
How to use TextPipe in french?
Hi, I have a text in french but I have the symbols instead of the letters (for example, "ô" instead of "ô"). I tried to change "ô" to "ô" (replace->find exactly) but TextPipe change "ô" to "o", "ç" to "c" (correct is "ç") but it's wrong. What I have to do?
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: How to use TextPipe in french?
The exact answer will depend on what encoding the source document is.
Use Filters\Convert\Numeric HTML entities to text
This filter converts decimal and hex numeric HTML entities to plain text e.g.
® -> ®
® -> ®
Typically, the input file is ANSI (single byte) format. This filter will output UTF-8 characters for high-value entities e.g. ᠀ The best approach is to first convert the file from ANSI to UTF-8, then apply this filter.
To convert plain text to HTML entities (ie convert in the opposite direction), use a Map.
Use Filters\Convert\Numeric HTML entities to text
This filter converts decimal and hex numeric HTML entities to plain text e.g.
® -> ®
® -> ®
Typically, the input file is ANSI (single byte) format. This filter will output UTF-8 characters for high-value entities e.g. ᠀ The best approach is to first convert the file from ANSI to UTF-8, then apply this filter.
To convert plain text to HTML entities (ie convert in the opposite direction), use a Map.