add note about fixed utf-8 decoding (disallow non-shortest-form and surrogate sequences)

This commit is contained in:
Josh Coalson 2005-08-25 00:25:59 +00:00
parent c6e53da21b
commit c2af4280e5
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<li>
plugins:
<ul>
<li>(none)</li>
<li>Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see <a href="http://www.unicode.org/versions/corrigendum1.html">here</a>).</li>
</ul>
</li>
<li>
@ -109,6 +109,7 @@
libraries:
<ul>
<li>libFLAC: Fixed a bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline.</li>
<li>libFLAC: Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see <a href="http://www.unicode.org/versions/corrigendum1.html">here</a>).</li>
</ul>
</li>
<li>