Search found 2 matches

by Vlado
Tue Dec 27, 2005 7:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: From DBF database Report in XML document , Unicode: UTF 8
Replies: 3
Views: 1576

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 ...
by Vlado
Mon Dec 26, 2005 7:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: From DBF database Report in XML document , Unicode: UTF 8
Replies: 3
Views: 1576

From DBF database Report in XML document , Unicode: UTF 8

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