Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Localization with double byte characters
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Divers
Thread ID:
01416547
Message ID:
01416622
Vues:
40
Hi Matthew,

.NET (and therefore MM) uses Unicode internally. All resources in the project are by default Unicode. This includes all localized language strings in the standard resource files.

The only case where you would need to pay attention is when the code reads external files and uses the Encoding class to convert those to strings, or uses bad tricks with the Encoding class to convert back and forth between char[] and byte[].
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform