This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25206 - "Let output be a code point stream."
Summary: "Let output be a code point stream."
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: Encoding (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+encodingspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-29 16:27 UTC by Vyacheslav Matva
Modified: 2014-04-01 20:49 UTC (History)
2 users (show)

See Also:


Attachments

Description Vyacheslav Matva 2014-03-29 16:27:38 UTC
http://encoding.spec.whatwg.org/#encode

This 'encoding' algo says "Let output be a code point stream." It seems that it should be "Let output be a byte stream.". Because result of encoding is byte stream and code point stream is result of decoding.