Search found 2 matches

by rinuraj4u
Fri, 2009-01-30, 09:15
Forum: DCMTK - General
Topic: UNICODE / multi-byte character sets
Replies: 3
Views: 4909

So can we simply use mbstowcs() to convert it to specific character set ? Or do we need to do anything else (for e.g.: for showing Japanese patient name in Japanese character). Please advice In our project we have never had a need to support multi-byte characters, which means that this kind of funct...
by rinuraj4u
Fri, 2009-01-30, 08:13
Forum: DCMTK - General
Topic: char* Patient name to wchar_t*
Replies: 1
Views: 2565

char* Patient name to wchar_t*

I am new to DICOM and to DCMTK. I have checked FAQs but did not get an exact answer/details (may be i am not much aware of DICOM and all) I am using DCMTK in LINUX and what I need is to convert the Japanese Patient name stored in a DCM file to japanese characters from OFString(char*). I assume even ...