|
CUBRID Engine
latest
|
#include <locale_support.h>

Public Attributes | |
| TEXT_CONV_TYPE | conv_type |
| char | win_codepages [TXT_CONV_SYSTEM_STR_SIZE] |
| char | nl_lang_str [TXT_CONV_SYSTEM_STR_SIZE] |
| char | conv_file [PATH_MAX] |
Definition at line 529 of file locale_support.h.
| char text_conversion_prm::conv_file[PATH_MAX] |
Definition at line 536 of file locale_support.h.
Referenced by load_console_conv_data(), and start_consoleconversion().
| TEXT_CONV_TYPE text_conversion_prm::conv_type |
Definition at line 531 of file locale_support.h.
Referenced by load_console_conv_data(), and start_consoleconversion().
| char text_conversion_prm::nl_lang_str[TXT_CONV_SYSTEM_STR_SIZE] |
Definition at line 534 of file locale_support.h.
Referenced by load_console_conv_data(), and start_consoleconversion().
| char text_conversion_prm::win_codepages[TXT_CONV_SYSTEM_STR_SIZE] |
Definition at line 533 of file locale_support.h.
Referenced by load_console_conv_data(), and start_consoleconversion().