On Tue, Mar 17, 2009 at 7:41 PM, praju <[email protected]> wrote: > > hi, > > I want to develope an window based application in C# for double-byte > characters. > Dose C# 2.0 support it ? > > If yes then can u share with me a code /doc for development of same > with sql server2005/00 > > Thanks in advance > > Prajakata >
all strings in .net are UTF-8 encoding. i do not think you should worry about the characters at all. -- Best Regards, David Shen
