<?xml version="1.0" encoding="utf-8"?>
<slide fontsize="6em">
	<title>UCS 2 and UTF-16 Encoding</title>

	<blurb>UCS 2: Only characters in the BMP are stored, they are stored "as-is"</blurb>
	<break lines="2"/>
	<blurb>UTF-16: Valid characters in the BMP are stored "as-is"</blurb>
	<break />

	<blurb>Characters outside the BMP (in the range 0x10000 to 0x10ffff):</blurb>
	<example class="bit_larger"><![CDATA[byte 1 = 1101 10yy yyyy yyyy
byte 2 = 1101 11xx xxxx xxxx

MUSICAL SYMBOL SIXTEENTH NOTE
(0x1d161) => 0xd8 0x74 0xdd 0x61]]></example>
</slide>
<!--
vim: encoding=utf8
-->
