/************************************************************************/ /** ANSI C/C++ Functions for Morovia Barcode Fontware V2.5 **/ /** **/ /** Visit http://www.morovia.com for more information about our Fontware.*/ /** **/ /** This source code is only intended as a supplement to the Morovia **/ /** barcode fontware packages. You may incorporate this source code **/ /** into your application ONLY when you possess a perpetual license to **/ /** Morovia Fontware. Using this source code with fonts from other **/ /** vendor is strictly prohibited. Unauthorized duplication, **/ /** modification, redistribution of this source is prohibited. **/ /** **/ /** If you have any questions regarding this source code, please **/ /** contact Morovia Support at support@morovia.com. **/ /*************************************************************************/ #include "MoroviaFontTools.h" char* ConvertASCII2Asian(const char* input) { int i; char s[2]; unsigned char s2[3]; int byte; WORD word; memset(szOUTPUT, 0, MAX_LEN*sizeof(char)); for(i=0; i