Implementing Unicode in .NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sukeshchand
    New Member
    • Jan 2007
    • 88

    Implementing Unicode in .NET

    Anybody know how to store and retrieve data in Unicode.
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Store in and retrieve from what? A database? Which kind? A text file? XML? You're going to have to be more clear than that.

    If this is a SQL Server table, you need to use the datatypes that start with N, like nvarchar and nchar.

    Comment

    Working...