<?xml version="1.0" encoding="utf-8"?>
<slide fontsize="6em">
	<title>Definitions</title>

	<blurb>Character Set</blurb>
	<list>
		<bullet>A collection of characters used in a specific environment</bullet>
	</list>
<break/>

	<blurb>Character Encoding Form</blurb>
	<list>
		<bullet>The representation of characters with integer numbers (code points)</bullet>
	</list>
<break/>

	<blurb>Character Encoding Sequence</blurb>
	<list>
		<bullet>The digital representation of code points</bullet>
	</list>
</slide>
