Click here to Skip to main content
15,922,166 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.
i have developing Bollywood website using asp.net with vb . so i wanna know how to implement unicode in asp.net application
Posted
Comments
tinhdamsugia 24-Jan-13 20:31pm    
ok, I'll introduction for you:
in your webconfig, you can insert a code paragraph:
/*
<configuration>
<system.web>
<globalization fileencoding="utf-8" requestencoding="utf-8" responseencoding="utf-8" culture="en-US">


*/
ok, I don't know much English... hiicc

1 solution

APS.NET implements Unicode by default: all string and character values are Unicode unless otherwise converted.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900