Update of /cvsroot/qooxdoo/qooxdoo/source/test/developer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15722/source/test/developer
Added Files:
Tag: renderer
Umlauts_1.html
Log Message:
Improved Umlauts handling, removed hardcoded ISO characters
--- NEW FILE: Umlauts_1.html ---
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<script type="text/javascript">window._htmlstart=(new Date).valueOf()</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<meta http-equiv="MsThemeCompatible" content="yes" />
<meta http-equiv="ImageToolBar" content="no" />
<meta name="MSSmartTagsPreventParsing" content="yes" />
<title>qooxdoo demo dev</title>
<link type="text/css" rel="stylesheet" href="../../style/qooxdoo.css"/>
<link type="text/css" rel="stylesheet" href="../../style/demolayout.css"/>
<script type="text/javascript" src="../../../tools/script/includer.js"></script>
</head>
<body>
<script type="text/javascript" src="../../../tools/script/demolayout.js"></script>
<div id="testDescription">
<p>Please choose an example from the select area below. Enjoy! ;-)</p>
</div>
<script type="text/javascript">
window.application.main = function()
{
this.debug("Umlauts Short: " + "äöüßÄÖÜ".normalizeUmlautsShort())
this.debug("Umlauts Long: " + "äöüßÄÖÜ".normalizeUmlautsLong())
};
</script>
</body>
</html>
|