From d1d774b0e6ae22dcaf6350f08a76c420208449ee Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Tue, 27 Nov 2001 05:22:00 +0000 Subject: [PATCH] UTF-16LE is only supported from glibc-2.2.4, better use UNICODELITTLE (which is even supported by glibc-2.1). Idem for UTF-16BE. --- gedcom.enc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gedcom.enc b/gedcom.enc index 7f370a7..e8ec5f0 100644 --- a/gedcom.enc +++ b/gedcom.enc @@ -9,8 +9,8 @@ # - the iconv name of the charset # First the encodings supported by the GEDCOM standard -UNICODE 2_LOHI UTF16LE -UNICODE 2_HILO UTF16BE +UNICODE 2_LOHI UNICODELITTLE +UNICODE 2_HILO UNICODEBIG ASCII 1 ASCII ANSEL 1 ANSEL -- 2.30.2