Click here to Skip to main content
15,912,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: SHCreateStreamOnFileW() problem Pin
Michael Dunn21-Jul-07 10:14
sitebuilderMichael Dunn21-Jul-07 10:14 
Questionproblem in communication with UDP Pin
whiteclouds19-Jul-07 22:06
whiteclouds19-Jul-07 22:06 
QuestionRe: problem in communication with UDP Pin
Mark Salsbery20-Jul-07 6:01
Mark Salsbery20-Jul-07 6:01 
AnswerRe: problem in communication with UDP Pin
whiteclouds22-Jul-07 17:32
whiteclouds22-Jul-07 17:32 
GeneralRe: problem in communication with UDP Pin
Mark Salsbery23-Jul-07 5:02
Mark Salsbery23-Jul-07 5:02 
QuestionUTF problem Pin
Suneet.0319-Jul-07 21:52
Suneet.0319-Jul-07 21:52 
AnswerRe: UTF problem Pin
Cedric Moonen19-Jul-07 22:15
Cedric Moonen19-Jul-07 22:15 
GeneralRe: UTF problem Pin
Matthew Faithfull19-Jul-07 22:18
Matthew Faithfull19-Jul-07 22:18 
If the characters in the file are Hindi then they're probably already wide characters so you don't want to be converting them. Read wide characters from the file in the first place and just display them. (I'm guessing you're already using a Hindi capable Font like Arial UNICODE)
If they're not wide characters but from a Hindi Code Page then things are more complex and you need to make sure your program is set to use that code page before doing the mbstowcs conversion. This will also depend on whether you're using Hindi Windows or US/English Windows with the input language set to Hindi. Welcome to the frustrating world of internationalisation (i18n for short) Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: UTF problem Pin
Suneet.0319-Jul-07 22:26
Suneet.0319-Jul-07 22:26 
GeneralRe: UTF problem Pin
Matthew Faithfull19-Jul-07 23:00
Matthew Faithfull19-Jul-07 23:00 
GeneralRe: UTF problem Pin
Suneet.0319-Jul-07 23:22
Suneet.0319-Jul-07 23:22 
GeneralRe: UTF problem Pin
Matthew Faithfull20-Jul-07 0:34
Matthew Faithfull20-Jul-07 0:34 
GeneralRe: UTF problem Pin
Suneet.0322-Jul-07 23:05
Suneet.0322-Jul-07 23:05 
GeneralRe: UTF problem Pin
Matthew Faithfull23-Jul-07 3:20
Matthew Faithfull23-Jul-07 3:20 
Questionusing MatchDocTypa() in mfc appln.. Pin
mirraa19-Jul-07 21:46
mirraa19-Jul-07 21:46 
QuestionPostMessage() inside MidiInProc() Pin
rp_suman19-Jul-07 21:27
rp_suman19-Jul-07 21:27 
AnswerRe: PostMessage() inside MidiInProc() Pin
Shouvik Das19-Jul-07 21:45
Shouvik Das19-Jul-07 21:45 
GeneralRe: PostMessage() inside MidiInProc() Pin
rp_suman19-Jul-07 22:20
rp_suman19-Jul-07 22:20 
AnswerRe: PostMessage() inside MidiInProc() Pin
tanvon malik19-Jul-07 21:48
tanvon malik19-Jul-07 21:48 
GeneralRe: PostMessage() inside MidiInProc() Pin
rp_suman19-Jul-07 22:14
rp_suman19-Jul-07 22:14 
QuestionVC++ Q/A Pin
Jhony george19-Jul-07 21:01
Jhony george19-Jul-07 21:01 
AnswerRe: VC++ Q/A Pin
Shouvik Das19-Jul-07 21:32
Shouvik Das19-Jul-07 21:32 
AnswerRe: VC++ Q/A Pin
Jonathan [Darka]19-Jul-07 21:59
professionalJonathan [Darka]19-Jul-07 21:59 
GeneralRe: VC++ Q/A Pin
Jhony george19-Jul-07 22:13
Jhony george19-Jul-07 22:13 
AnswerRe: VC++ Q/A Pin
Hamid_RT31-Jul-07 19:22
Hamid_RT31-Jul-07 19:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.