Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2017 22:55:22 +0900
From:      Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp>
To:        freebsd-users-jp@freebsd.org
Subject:   [FreeBSD-users-jp 96180] Re:  =?iso-2022-jp?b?emlwGyRCJSIhPCUrJSQlVkNmJE5GfEtcOGwlVSUhGyhC?= =?iso-2022-jp?b?GyRCJSQlaxsoQg==?=
Message-ID:  <xsr60a25sfp.fsf@kmgw.miyoshi.matsuyama.ehime.jp>
References:  <20171120132018.3ECCA200CD812@mx1.unixusers.net> <xsr375897ko.fsf@kmgw.miyoshi.matsuyama.ehime.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
 $B$_$h$7(B $B$G$9!#(B

Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp> writes:
>  locale $B$K=>$C$F(B UTF-8 $B$G<h$j07$C$?7k2L$G$O$J$$$G$7$g$&$+!#(B

 unzip-6.0_7 $B$N%=!<%9$G8@$&$H(B

--------------------------------------------------
[unix/unix.c]
   1887 /* A mapping of local <-> archive charsets used by default to convert filenames
   1888  * of DOS/Windows Zip archives. Currently very basic. */
   1889 static CHARSET_MAP dos_charset_map[] = {
   1890     { "ANSI_X3.4-1968", "CP850" },
   1891     { "ISO-8859-1", "CP850" },
   1892     { "CP1252", "CP850" },
   1893     { "UTF-8", "CP866" },
   1894     { "KOI8-R", "CP866" },
   1895     { "KOI8-U", "CP866" },
   1896     { "ISO-8859-5", "CP866" }
   1897 };
--------------------------------------------------

$B$3$3$K(B UTF-8 $B$,$"$k;v$G!"(BUTF-8 $B4D6-$G(B -O CHARSET $B$,;XDj$5$l$J$$>l9g(B
(DOS/Windows $B7O$N(B archive $B$O(B) CP866 $B$H$7$FJQ49$7$h$&$H$9$k$h$&$G$9!#(B

-- 
 $B;09%(B $B>!9,(B (Katsuyuki Miyoshi)
 katsu@miyoshi.matsuyama.ehime.jp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xsr60a25sfp.fsf>