PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Android Export-Create text unicode
Android Export-Create text unicode
Débuté par Mister TRIANTAFILLOS, 14 fév. 2018 18:32 - Aucune réponse
Membre enregistré
30 messages
Posté le 14 février 2018 - 18:32
I try to save unicode text file in android but allways show non unicode chars ok and unicode chars as symbols.
this is my code .


MyTextString is Unicode string = "τεστ ελληνικά unicode" + CR + "Using fSaveText τεστ"
fSaveText("/data/sorage0/document.txt", MyTextString)


i try and with fOpen and fWrite - fWriteLine but same proble
FileID = fOpen("/data/sorage0/document.txt", foReadWrite)
IF FileID <> -1 THEN
fWriteLine(FileID, "MyTextString )


and i try to export and in pdf but not support unicode chars in android.

Anyone have suggestions ?
Message modifié, 14 février 2018 - 18:33