I'm using TextPro 6.4.1
I have this UTF-8 text:
1,"Agkistrodon (蘄蛇)",,"Body of Agkistrodon acutus (Guenther)"
I want to to change it so it looks like this:
1,"Agkistrodon" ,"(蘄蛇)",,"Body of Agkistrodon acutus (Guenther)"
Though, when i run it in the Trial Input area it convert the text and it looks like this:
1,"Agkistrodon (??)",,"Body of Agkistrodon acutus (Guenther)"
Help appreciated.
How do I process UTF-8 text files?
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Try using TextPipe 7.8.
The trial run is ONLY designed to represent ANSI and Unicode UTF-16 text.
If you want to deal with other text representations, you must test with input from a file and output to a file.
The trial run is ONLY designed to represent ANSI and Unicode UTF-16 text.
If you want to deal with other text representations, you must test with input from a file and output to a file.
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
-
- Posts: 2
- Joined: Thu Nov 15, 2007 11:15 pm
UTF-8
Well, I avoided the problem by processing the file as and HTML. It worked.