Menu

#1 Language.mdb - Unicode

open
nobody
5
2003-11-07
2003-11-07
No

Hi,

you may have to change the modExport Modul in the
database language.mdb to support Unicode.
I had the problem that Umlaute wasn't shown in the
builded resx Files.
After changing:
Set ts = fso.CreateTextFile(FileName, True, False)
to:
Set ts = fso.CreateTextFile(FileName, True, True)
It runs!

kind regards

Joerg

Discussion


Log in to post a comment.