TheSwamp

Code Red => VB(A) => Topic started by: Ricky_76 on August 11, 2006, 04:52:34 AM

Title: How do I save in UTF-8 format?
Post by: Ricky_76 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
Title: Re: Save UTF-8
Post by: Alexander Rivilis 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