FA
FA copied to clipboard
-sc option
-sctANSI by default is better for Windows. Also, -sct/l ANSI/OEM is useful for non-Unicode aware MultiArc plugins. JFYI: default codepages in arc/win:
-- |Default charsets for various domains
[ ('f','u') -- filenames in filesystem: UTF-16
, ('d','8') -- filenames in archive directory: UTF-8
, ('l','o') -- filelists: OEM
, ('c','o') -- comment files: OEM
, ('t','o') -- terminal: OEM
, ('p','a') -- program arguments: ANSI
, ('i','o') -- ini/group files: OEM]