Author Topic: How do I save in UTF-8 format?  (Read 2051 times)

0 Members and 1 Guest are viewing this topic.

Ricky_76

  • Guest
How do I save in UTF-8 format?
« on: August 11, 2006, 04:52:34 AM »
Hi guys,
I have to export drawing info to a XML file, subdivided by object type.
I have already exported the file, but not in utf-8 file format.
I need the uft-8 file format because i need to include some text in non standard character set!
How to do this?
Tnx a lot!
/r
« Last Edit: August 14, 2006, 07:10:05 AM by nivuahc »

Alexander Rivilis

  • Bull Frog
  • Posts: 214
  • Programmer from Kyiv (Ukraine)
Re: Save UTF-8
« Reply #1 on: August 11, 2006, 03:14:53 PM »
I need the uft-8 file format because i need to include some text in non standard character set!
How to do this?
Maybe with help of StrConv function?
Or with help of this link: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=44569&lngWId=1
« Last Edit: August 11, 2006, 03:21:54 PM by Alexander Rivilis »