usbloadergx/source/language/CH2Unicode.h
dimok321 940fa4b441 *Reverted cyrex changes to the settings
*Added Japanese UnicodeFix made by Rudolph (thanks) (you still need to compile with a japanese font.ttf to have it work)
*Added missing languagevariables 

issue 517, issue 515, issue 519
2009-06-12 20:11:59 +00:00

23 lines
271 B
C

#ifndef CH2UNICODE_H_
#define CH2UNICODE_H_
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
int CH2Unicode(char *szFrom,wchar_t *wszTo); //,int ctype);
#ifdef __cplusplus
}
#endif
#endif