Search found 2 matches

by chirciin67
Fri Nov 16, 2007 7:48 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: How do I process UTF-8 text files?
Replies: 2
Views: 5732

UTF-8

Well, I avoided the problem by processing the file as and HTML. It worked.
by chirciin67
Thu Nov 15, 2007 11:32 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: How do I process UTF-8 text files?
Replies: 2
Views: 5732

How do I process UTF-8 text files?

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