Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting accented chars to Adobe form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01418540
Message ID:
01418555
Vues:
71
This message has been marked as the solution to the initial question of the thread.
Hi Albert,

UTF-8 conversion for accented characters results in strings with between two and six characters for every string. If you would only take the first character of the result, you would see a problem with the decoding of the string. Anyway, why are you converting the string character by character? It's much faster and easier to just pass the entire string to STRCONV(). Any character that can be written in a single character (anything below 128 when using code page 1252) will remain unchanged. All other characters are converted to their corresponding UTF-8 encoded forms.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform