File: small-fragment.html

package info (click to toggle)
rust-html5ever 0.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (51)
1
2
3
4
5
6
7
<p>In July 1992, the <a href="http://en.wikipedia.org/wiki/X/Open" title="X/Open">X/Open</a> committee XoJIG was looking for a better encoding. Dave Prosser of <a href="http://en.wikipedia.org/wiki/Unix_System_Laboratories" title="Unix System Laboratories">Unix System Laboratories</a>
 submitted a proposal for one that had faster implementation 
characteristics and introduced the improvement that 7-bit ASCII 
characters would <i>only</i> represent themselves; all multibyte 
sequences would include only bytes where the high bit was set. This 
original proposal, FSS-UTF (File System Safe UCS Transformation Format),
 was similar in concept to UTF-8, but lacked the crucial property of <a href="http://en.wikipedia.org/wiki/Self-synchronizing_code" title="Self-synchronizing code">self-synchronization</a>.