X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom.enc;fp=gedcom.enc;h=b47dc565fde1b977f0f6281ff4c8995ab83f5a43;hb=2c487bf2ff728c4015b46788d11ac9eb2f41af54;hp=8c2a56b1d0b7de84c0b6a570518375bed22ec160;hpb=0811bdb12ebe747b77ebae98e574dbc3d8362b55;p=gedcom-parse.git diff --git a/gedcom.enc b/gedcom.enc index 8c2a56b..b47dc56 100644 --- a/gedcom.enc +++ b/gedcom.enc @@ -1,8 +1,11 @@ # Mapping of charsets for gedcom parsing -# Each line contains the gedcom name, appended with (LOHI) or (HILO) -# for 2 byte encodings, and the iconv name of the charset, separated -# by whitespace -UNICODE(LOHI) UTF16LE -UNICODE(HILO) UTF16BE -ASCII ASCII -ANSI CP1252 +# Each line contains (separated by whitespace): +# - the gedcom name +# - a token identifying the width of characters and the ordering; +# currently supported values: 1, 2_LOHI, 2_HILO +# - the iconv name of the charset +UNICODE 2_LOHI UTF16LE +UNICODE 2_HILO UTF16BE +ASCII 1 ASCII +ANSI 1 CP1252 +ANSEL 1 ANSEL