Re: Displaying a unicode character
- From: "Mihai N." <nmihai_year_2000@xxxxxxxxx>
- Date: Sun, 02 Oct 2005 22:57:14 -0700
> string s = "â? â?£â?¥â?¦";
Try string s = "\u2660\u2663\u2665\u2666";
The strings are Unicode, but your source file is not.
--
Mihai Nita [Microsoft MVP, Windows - SDK]
------------------------------------------
Replace _year_ with _ to get the real email
.
- Prev by Date: RE: File Import Wizard
- Next by Date: Re: eof character in c#
- Previous by thread: RE: File Import Wizard
- Next by thread: Re: eof character in c#
- Index(es):
Relevant Pages
|