Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Localization with double byte characters
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01416547
Message ID:
01416622
Views:
39
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform