Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UTF-8 file creation
Message
De
27/08/2010 11:32:02
 
 
À
27/08/2010 10:56:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01478595
Message ID:
01478886
Vues:
49
>Hi Antonio.
>
> In my case all I know is that the (very precise) Germans at the other end my data feed are telling me that mine is not a UTF-8 file.
>
>Nick
>

Nick, taking in account what Rick suggested, are you using something like this?
#define UTF8BOM	(CHR(0xEF) + CHR(0xBB) + CHR(0xBF))
* or
* #define UTF8BOM	""

m.lnFile = FCREATE("output.xml")

FPUTS(m.lnFile,UTF8BOM + '<?xml version="1.0" encoding="UTF-8" ?>')
FPUTS(m.lnFile,'<docRoot><docTree /></docRoot>')
FCLOSE(m.lnFile)
----------------------------------
António Tavares Lopes
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform