Views:

Product: LABELVIEW, CODESOFT

Version: All Versions

 

DBCSToUnicode(«string»,«codepage»): The formula takes two parameters - the data «string» to be converted, and the Codepage «codepage» used.  The Codepage parameter is represented by the language name (Thai, Japanese, ChineseGBK, Korean, ChineseBig5, European, Eastern, Cyrillic, Greek, Turkish, Hebrew, Arabic, Baltic, Vietnamese, UTF-8, ACP) or numeric value (search code page identifiers documentation on Internet).

Example:
DBCSToUnicode(unicodetoDBCS("傍傍傍傍", "UTF-8"), "UTF-8") =傍傍傍傍

This function is needed for data that come from non-Unicode file or data sources (e.g. Database).

Note: This function has reverse action to UnicodeToDBCS method.