about summary refs log tree commit diff stats
path: root/src/UCdomap.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-01-13 11:46:01 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-01-13 11:46:01 -0500
commita2e9461739dd215db90a5cee2c22a74e5f57d151 (patch)
tree20951eebb27137ae8f33e7231ac22511ce7671b1 /src/UCdomap.c
parent8bccca15371c1bee770ef51f389a915b4ef4e417 (diff)
downloadlynx-snapshots-a2e9461739dd215db90a5cee2c22a74e5f57d151.tar.gz
snapshot of project "lynx", label v2-8-2dev_13
Diffstat (limited to 'src/UCdomap.c')
-rw-r--r--src/UCdomap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/UCdomap.c b/src/UCdomap.c
index 711b60a9..cf89b4cf 100644
--- a/src/UCdomap.c
+++ b/src/UCdomap.c
@@ -58,6 +58,7 @@
 #include <iso08_uni.h>		/* ISO 8859-8 Hebrew	*/
 #include <iso09_uni.h>		/* ISO 8859-9 (Latin 5) */
 #include <iso10_uni.h>		/* ISO 8859-10		*/
+#include <iso15_uni.h>		/* ISO 8859-15 (Latin 9)*/
 #include <koi8r_uni.h>		/* KOI8-R Cyrillic	*/
 #include <mac_uni.h>		/* Macintosh (8 bit)	*/
 #include <mnem2_suni.h> 	/* RFC 1345 Mnemonic	*/
@@ -2013,6 +2014,7 @@ PUBLIC void UCInit NOARGS
  */
 
     UC_CHARSET_SETUP_iso_8859_1;	  /* ISO Latin 1	  */
+    UC_CHARSET_SETUP_iso_8859_15;	  /* ISO 8859-15 (Latin 9)*/
     UC_CHARSET_SETUP_cp850;		  /* DosLatin1 (cp850)	  */
     UC_CHARSET_SETUP_windows_1252;	  /* WinLatin1 (cp1252)   */
     UC_CHARSET_SETUP_cp437;		  /* DosLatinUS (cp437)   */