#include "hi_include.h"
#include "hi_ui_config.h"
Go to the source code of this file.
Defines | |
#define | HI_UI_NON_ASCII_CODEPOINT -1 |
Functions | |
int | hi_ui_parse_iis_unicode_map (int **iis_unicode_map, char *filename, int iCodePage) |
Definition in file hi_ui_iis_unicode_map.h.
|
This is the define for the iis_unicode_map array when there is no ASCII mapping. Definition at line 18 of file hi_ui_iis_unicode_map.h. Referenced by hi_ui_parse_iis_unicode_map(), UDecode(), and UTF8Decode(). |
|
Parses an IIS Unicode Map file and store in the supplied array. This routine allocates the necessary memory to store the array values in, and parses the supplied filename.
Definition at line 201 of file hi_ui_iis_unicode_map.c. References FindCodePage(), HI_INVALID_ARG, HI_INVALID_FILE, HI_MEM_ALLOC_FAIL, HI_SUCCESS, HI_UI_NON_ASCII_CODEPOINT, MapCodePoints(), memset, NULL, and xmalloc(). Referenced by ProcessIISUnicodeMap(). |