From: Mischa POSLAWSKY Date: Mon, 10 Apr 2017 13:30:52 +0000 (+0200) Subject: charset: unabbreviated planes in unicode preset X-Git-Tag: v1.10~187 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/2a42e0f710c6b78c8e469bd3fd3d6b99e2007a16 charset: unabbreviated planes in unicode preset Saves only two rows for CJK, rather have correct scale. --- diff --git a/charset.plp b/charset.plp index 5113b42..3be6a96 100644 --- a/charset.plp +++ b/charset.plp @@ -78,7 +78,7 @@ sub tabinput { state $ALIAS = { default => [qw( u+0-639 utf-8+realsize iso-8859-1 iso-8859-15 cp1252 cp437 cp850 )], - unicode => [qw( uu+cols=32 u+0-4095 u+4096-6319 u+6320-8191 )], + unicode => [qw( uu+cols=32+realsize u+0-4095 u+4096-6319 u+6320-8191 )], us => [qw( cp437 cp863 gsm0338 AdobeStandardEncoding )], ebcdic => [qw( cp37 cp500 cp1047 posix-bc cp1026 cp875 )], iso => [map {"iso-8859-$_"} 1 .. 11, 13 .. 16],