Re: OemToChar() question
- From: "Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx>
- Date: Thu, 28 Jul 2005 17:20:49 -0700
Carl Daniel [VC++ MVP] wrote:
> Sounds like you need to be working in Unicode.
It also sounds like your source data is probably UTF-8, not OEM, so you
should really be using MultiByteToWideChar with CP_UTF8 as the source code
page and not using OemToChar at all.
-cd
.
- References:
- OemToChar() question
- From: Jeff McKay
- Re: OemToChar() question
- From: Carl Daniel [VC++ MVP]
- OemToChar() question
- Prev by Date: Re: OemToChar() question
- Next by Date: Re: Virtual fodler with drive letter
- Previous by thread: Re: OemToChar() question
- Next by thread: Re: OemToChar() question
- Index(es):
Relevant Pages
|