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: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
-
- 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.