<?xml version="1.0" encoding="UTF-8"?>
<test id="wae2/features/internationalisation/encoding/1" class="A" 
	scope="wae2" testtype="application" type="manual" source="wae2#7.4.1" 
	device="client">
	<assertion>A WAE user agent must support UTF-8 character encoding.
	</assertion>
	<specnote>Get the user to access a link of a document that is encoded in
	UTF-8. Make sure that the document is displayed correctly.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main">
				<p>Please go to this <a href="[[page1]]">link</a></p>
				<p>Was the character UTF-8 displayed above?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
	<pages>
		<page id="1">
			<![CDATA[
				<?xml version="1.0" encoding="UTF-8"?>
				<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD WML 2.0//EN" "http://www.wapforum.org/wml20.dtd">
				<html xmlns="http://www.w3.org/1999/xhtml"
					xmlns:wml="http://www.wapforum.org/2001/wml">
					<head>
						<title>Encoding 1</title>
					</head>
						<wml:card id="card1" title="card1-doc2">
							<wml:do type="prev">
								<wml:prev />
							</wml:do>
							<p>This card is in UTF-8 : <br/>
								character : <em>0xF3</em><br/>
								Go back to the previous card 
							</p>
						</wml:card>
				</html>
			]]>
		</page>
	</pages>
</test>
