FA icon indicating copy to clipboard operation
FA copied to clipboard

-sc option

Open Bulat-Ziganshin opened this issue 8 years ago • 0 comments

-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] 

Bulat-Ziganshin avatar Oct 15 '16 12:10 Bulat-Ziganshin