Fossil SCM
Change the definition of structure artifacts so that they can store UTF-8 text rather than just ASCII text.
Commit
cc214897fb850425d7fa89a970d1ee125a7e943814b011d4fefd6f3238bcf1db
Parent
5b0c71d1fceb2d9…
1 file changed
+1
-1
+1
-1
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -74,11 +74,11 @@ | ||
| 74 | 74 | <li> [#forum | Forum Posts] </li> |
| 75 | 75 | </ul> |
| 76 | 76 | |
| 77 | 77 | These eight structural artifact types are described in subsections below. |
| 78 | 78 | |
| 79 | -Structural artifacts are ASCII text. The artifact may be PGP clearsigned. | |
| 79 | +Structural artifacts are UTF-8 text. The artifact may be PGP clearsigned. | |
| 80 | 80 | After removal of the PGP clearsign header and suffix (if any) a structural |
| 81 | 81 | artifact consists of one or more "cards" separated by a single newline |
| 82 | 82 | (ASCII: 0x0a) character. Each card begins with a single |
| 83 | 83 | character "card type". Zero or more arguments may follow |
| 84 | 84 | the card type. All arguments are separated from each other |
| 85 | 85 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -74,11 +74,11 @@ | |
| 74 | <li> [#forum | Forum Posts] </li> |
| 75 | </ul> |
| 76 | |
| 77 | These eight structural artifact types are described in subsections below. |
| 78 | |
| 79 | Structural artifacts are ASCII text. The artifact may be PGP clearsigned. |
| 80 | After removal of the PGP clearsign header and suffix (if any) a structural |
| 81 | artifact consists of one or more "cards" separated by a single newline |
| 82 | (ASCII: 0x0a) character. Each card begins with a single |
| 83 | character "card type". Zero or more arguments may follow |
| 84 | the card type. All arguments are separated from each other |
| 85 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -74,11 +74,11 @@ | |
| 74 | <li> [#forum | Forum Posts] </li> |
| 75 | </ul> |
| 76 | |
| 77 | These eight structural artifact types are described in subsections below. |
| 78 | |
| 79 | Structural artifacts are UTF-8 text. The artifact may be PGP clearsigned. |
| 80 | After removal of the PGP clearsign header and suffix (if any) a structural |
| 81 | artifact consists of one or more "cards" separated by a single newline |
| 82 | (ASCII: 0x0a) character. Each card begins with a single |
| 83 | character "card type". Zero or more arguments may follow |
| 84 | the card type. All arguments are separated from each other |
| 85 |