Anybody could give an example to solve the following problem:
From DBF database Report in XML document , Unicode:UTF 8.
Data in DBF are in ANSI and OEM.
Thanks
Vlado
From DBF database Report in XML document , Unicode: UTF 8
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Antonio,
Jes, I same think about that.
1. Transform to ANSI.
2. From ANSI to Unicode UTF-8
Functions: ANSItoUnicode('UTF-8')
There are Functions AnsiToWide(cAnsi) -> cUnicode
WideToAnsi(cUnicode) -> cAnsi
I have UnicodeCharacterDatabase from www.unicode.org.
3. Generating XML document.
ASCI file with XML tags with xsd:schema.
Jes, I same think about that.
1. Transform to ANSI.
2. From ANSI to Unicode UTF-8
Functions: ANSItoUnicode('UTF-8')
There are Functions AnsiToWide(cAnsi) -> cUnicode
WideToAnsi(cUnicode) -> cAnsi
I have UnicodeCharacterDatabase from www.unicode.org.
3. Generating XML document.
ASCI file with XML tags with xsd:schema.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: