source: main/trunk/release-kits/shared/linux/p7z-essentials/DOCS/MANUAL/switches/charset.htm@ 28712

Last change on this file since 28712 was 28712, checked in by ak19, 10 years ago

jts21 - Add files and instructions for building self-extracting jre file

File size: 1.1 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<HTML>
3<HEAD>
4 <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5 <TITLE>-scs (Set charset for list files) switch</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>-scs (Set charset for list files) switch</H1>
12
13<P>Sets charset for list files.</P>
14
15<H4>Syntax</H4>
16
17<PRE class="syntax">
18-scs{UTF-8 | WIN | DOS}
19</PRE>
20
21<P>Default charset is UTF-8.</P>
22
23<DL>
24 <DT>UTF-8</DT>
25 <DD>Unicode UTF-8 character set.</DD>
26 <DT>WIN</DT>
27 <DD>Default character set of Windows.</DD>
28 <DT>DOS</DT>
29 <DD>Default DOS (OEM) character set of Windows.</DD>
30</DL>
31
32<H4>Example</H4>
33
34<PRE class="example">
357z a archive.7z @listfile.txt -scsWIN
36</PRE>
37
38<P>compresses files from <SPAN class="filename">listfile.txt</SPAN> list, that contains
39list of files in default character set of Windows.</P>
40
41<H4>Commands that can be used with this switch</H4>
42
43<P>
44 <A href="../commands/add.htm">a (Add)</A>,
45 <A href="../commands/update.htm">u (Update)</A>
46</P>
47
48</BODY>
49</HTML>
Note: See TracBrowser for help on using the repository browser.