Reputation: 583
I am basically from VC++, for compiling a project with Unicode support we will change the setting in project properties and build it. In VB.net is there anything like that, Do I have to change any setting before building to enable Unicode support.?
Upvotes: 0
Views: 432
Reputation: 887365
VB.Net always has full Unicode support in the language and runtime.
You can even use Unicode letters in identifiers.
Upvotes: 5