<?xml version="1.0" encoding="utf-8"?>
<slide fontsize="6em">
	<title>Unicode and ISO-10646 (UCS)</title>

	<list>
		<bullet>UCS uses 31 bits for character storage</bullet>
		<bullet>Contains all known characters and symbols</bullet>
		<bullet>First 128 characters are the same as ASCII</bullet>
		<bullet>First 256 characters are the same as ISO-8859-1</bullet>
		<bullet>Unicode 3.0 describes the BMP ~(Basic Multilingual Plane)~ (16 bits)</bullet>
		<bullet>Unicode 3.1 describes other planes (21 bits)</bullet>
		<bullet>Characters are ordered in language/script blocks: Basic latin, Cyrillic, Hebrew, Arabic, Gujarati, Runic, CJK etc.</bullet>
		<bullet>Encoding in numerous encodings: UCS-2, UCS-4, UTF-8, UTF-16 etc.</bullet>
	</list>
	<break lines="2"/>
	<blurb class="xx_large_blurb_center">A Њ א ث અ ᛪ 媛</blurb>
</slide>
<!--
vim: encoding=utf8
-->
