Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add path names to the utf-8 encoding requirement #1638

Merged
merged 3 commits into from
Apr 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion epub33/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5754,7 +5754,7 @@ <h4>File Names</h4>

<ul class="conformance-list">
<li>
<p id="ocf-fn-encoding">File Names MUST be UTF-8 [[!Unicode]] encoded.</p>
<p id="ocf-fn-encoding">Path and File Names MUST be UTF-8 [[!Unicode]] encoded.</p>
</li>
<li>
<p id="ocf-fn-length">File Names MUST NOT exceed 255 bytes.</p>
Expand Down Expand Up @@ -9403,6 +9403,8 @@ <h3>Substantive Changes since the <a href="https://www.w3.org/TR/2021/WD-epub-33
-->

<ul>
<li>13-Apr-2021: Require path names in OCF to also be UTF-8 encoded. See <a
href="https://github.com/w3c/epub-specs/issues/1630">issue 1630</a>.</li>
<li>12-Apr-2021: Added a reference to the SVG <code>direction</code> attribute in <a
href="#sec-css-req"></a>. See <a href="https://github.com/w3c/epub-specs/issues/1613">issue
1614</a>.</li>
Expand Down