File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 55 * v. 2.0. If a copy of the MPL was not distributed with this file, You can
66 * obtain one at https://mozilla.org/MPL/2.0/
77 *
8- * Copyright (C) 2012-2021 , Peter Johnson (gravatar.com/delphidabbler).
8+ * Copyright (C) 2012-2025 , Peter Johnson (gravatar.com/delphidabbler).
99 *
1010 * CodeSnip File Format Documentation: Saved Files
1111-->
4646</ h2 >
4747
4848< p >
49- CodeSnip saves external files in two different ways:
49+ CodeSnip saves external files in three different ways:
5050</ p >
5151
5252< ol >
5353 < li >
54- By saving snippets to file from the < em > File | Save Snippet</ em > menu.
54+ By saving snippet information to file from the < em > File | Save Snippet Information </ em > menu option .
5555 </ li >
5656 < li >
57- By saving units to file from the < em > File | Save Unit</ em > menu.
57+ By saving snippets to file from the < em > File | Save Snippet</ em > menu option.
58+ </ li >
59+ < li >
60+ By saving units to file from the < em > File | Save Unit</ em > menu option.
5861 </ li >
5962</ ol >
6063
6164< p >
62- In each case the following file types can be chosen by the user:
65+ In the first case the snippet is always saved in rich text format.
66+ </ p >
67+
68+ < p >
69+ In the second two cases the following file types can be chosen by the user:
6370</ p >
6471
6572< ul >
8794</ h2 >
8895
8996< p >
90- The encodings used depend on the file type and user choice. Different file
97+ In the first case the RTF is always saved in ASCII format.
98+ </ p >
99+
100+ < p >
101+ In the 2nd and 3rd cases the encodings used depend on the file type and user choice. Different file
91102 types have different encoding choices, as follows:
92103</ p >
93104
140151 < dd >
141152 < ul class ="squashed ">
142153 < li >
143- ANSI (system default code page)
154+ ANSI (system default code page). ASCII format is actually used.
144155 </ li >
145156 </ ul >
146157 </ dd >
You can’t perform that action at this time.
0 commit comments