Skip to content

Commit

Permalink
Deploying to gh-pages from @ 205af96 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Jan 22, 2024
1 parent 94fdb17 commit 1a94b13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compiler/snowman.html
Original file line number Diff line number Diff line change
Expand Up @@ -1537,10 +1537,10 @@ <h3>13.1 hex and decimal</h3>

<p>
This section documents features of Snowball for which there's a strongly
prefered alternative. They're still support for compatibility with
existing code which uses them, but you shouldn't use them in then code.
preferred alternative. They're still supported for compatibility with
existing code which uses them, but you shouldn't use them in new code.
We document them here so that their meaning in existing code can be
understood, and especially to aid updated to the preferred alternatives.
understood, and especially to aid updating to the preferred alternatives.
</p>

<p>
Expand Down Expand Up @@ -1580,8 +1580,8 @@ <h3>13.1 hex and decimal</h3>
line option <code>-utf8</code> or <code>-widechars</code> is specified, and as
character values in an unspecified single byte character set otherwise. For
ASCII and ISO-8859-1 the character values match Unicode codepoints, but to
handle other single byte character sets (e.g. ISO-8859-2 or KOI8-R) you needed
a special version of a Snowball source with different character values
handle other single byte character sets (e.g. ISO-8859-2 or KOI8-R) you would
need a special version of a Snowball source with different character values
specified via <code>stringdef</code>. The <code>U+</code> notation allows
you to use a single Snowball source in this situation.
</p>
Expand Down

0 comments on commit 1a94b13

Please sign in to comment.