How do I export chinese characters to a Unicode UTF-8 txt file

bentolsky

New member
Local time
Today, 17:58
Joined
Aug 22, 2012
Messages
1
I have a table that I'm using for a Chinese-English dictionary that I need to format with VBA and then export to a txt file so I can use it on my smartphone.

I currently have two problems, its hard to tell if a string variable can contain a chinese character because it just shows up as a question mark in VBA. Secondly, I need to export this to a Unicode UTF-8 txt file in order for the Chinese characters to work.

Can anyone help me out with this?

Thanks!

Ben Tolsky
 

Users who are viewing this thread

Back
Top Bottom