Need info regarding how to print unicode characters using VC++

Hi,

I need info regarding how to print unicode characters using VC++.

Regards,

Nishant Sharma

[118 byte] By [NishantSharma] at [2007-12-29]
# 1

Funny, I am in the process of converting "multibyte" codes to Unicode wchars in a project of mine. I need to write tests that show them printed correctly.

I'll be printing them on the console from a simple native C++ console program.

What kind of VC++ program are you trying to print from using Unicode characters?

- Dennis

orcmid at 2007-9-5 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 2

Hi,

I am trying to print font in marathi(local lang).

May i know the format of storing unicode in VC++.

Thanks in advance,

Jagdish.

JagdishG at 2007-9-5 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...