en Unicode [C++] Convertir un char[] - Programmation
Marsh Posté le 16-07-2001 à 15:19:18
Peut-être regarder
Unicode and Character Set Functions
This section describes the character set functions. On errors, some of these functions set an extended error value. Use the GetLastError function to retrieve this value.
GetTextCharset
GetTextCharsetInfo
IsDBCSLeadByteEx
TranslateCharsetInfo
WideCharToMultiByte
Ai pas le temps d'y aller voir .
Marsh Posté le 16-07-2001 à 16:00:03
J'ai trouvé, en fait c'est très simple: il suffit d'utiliser la fonction MultiByteToWiderChar().
Marsh Posté le 16-07-2001 à 14:44:52
J'ai cherché dans la SDK de Microsoft, mais je n'ai pas trouvé de fonction transformant un char[] en chaine Unicode.
Est-ce que quelqu'un connait une technique?