From 2f86032f4c8e812d69615decb4092afe2c84f565 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 27 Oct 2002 15:53:34 +0000 Subject: [PATCH] Use more standard names for Unicode encodings. --- data/gedcom.enc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/gedcom.enc b/data/gedcom.enc index 4645be9..222a262 100644 --- a/data/gedcom.enc +++ b/data/gedcom.enc @@ -9,8 +9,8 @@ # - the iconv name of the charset # First the encodings supported by the GEDCOM standard -UNICODE 2_LOHI UNICODELITTLE -UNICODE 2_HILO UNICODEBIG +UNICODE 2_LOHI UCS-2LE +UNICODE 2_HILO UCS-2BE ASCII 1 ASCII ANSEL 1 ANSEL -- 2.30.2