Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foreign accents
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01648201
Message ID:
01648268
Vues:
24
>I think that the problem I am having with accents is that the accent in question is not a valid accent
>
>If I copy and paste the field it look like this Paris La D‚fense I dont know what character the 2nd letter of Defense is - if anyone can help I can email the info on a spreadsheet - I dont think this charecter is included in the conversion tables you have all so kindly shown me


here you see the chrtran() at work:

x1=[La D‚fense] &&** copied from your message

x2=CHRTRAN(x1,CHR(130),[e])

FOR I = 1 TO LEN(x1)
? SUBSTR(x1,I,1),ASC(SUBSTR(x1,I,1))
ENDFOR

?

* show the translated string:
?x2
Peter Cortiel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform