How to use TextPipe in french?

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
alex_mail1
Posts: 1
Joined: Wed May 02, 2012 5:40 pm

How to use TextPipe in french?

Post by alex_mail1 »

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?
User avatar
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?

Post by DataMystic Support »

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