diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-06 00:37:36 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-06 01:18:30 +0000 |
commit | e6acd7895fb6793540ce73b2f1f0d81b84179483 (patch) | |
tree | c9dee82a3b5ba637ff7010a469daa307b8cb14d3 /WWW/Library/Implementation/UCMap.h | |
parent | b1cca323205ce242cd799213d75c0407ff0ab421 (diff) | |
download | lynx-snapshots-e6acd7895fb6793540ce73b2f1f0d81b84179483.tar.gz |
snapshot of project "lynx", label v2-9-0dev_11b
Diffstat (limited to 'WWW/Library/Implementation/UCMap.h')
-rw-r--r-- | WWW/Library/Implementation/UCMap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/UCMap.h b/WWW/Library/Implementation/UCMap.h index d9feb44c..0c889690 100644 --- a/WWW/Library/Implementation/UCMap.h +++ b/WWW/Library/Implementation/UCMap.h @@ -1,5 +1,5 @@ /* - * $LynxId: UCMap.h,v 1.29 2021/06/29 22:01:12 tom Exp $ + * $LynxId: UCMap.h,v 1.30 2023/01/05 09:17:15 tom Exp $ */ #ifndef UCMAP_H #define UCMAP_H @@ -50,7 +50,7 @@ extern "C" { int charset_in, int charset_out, int chk_single_flag); -#ifdef USE_JAPANESEUTF8_SUPPORT +#ifdef EXP_CHINESEUTF8_SUPPORT extern UCode_t UCTransJPToUni(char *inbuf, int buflen, int charset_in); |