<?xml version="1.0" encoding="iso-8859-1"?>
<presentation 
	template="css" 
	navmode="html"
	navbarbackground="#4373b4"
	navbartopiclinks="0"
	navColor="#f1fbff"
	logo1=""
	stylesheet="presentations/slides/perf/ezp.css"
	backgroundfixed="1" >
<topic>Localization and Internationalization</topic>
<title>World Domination</title>
<event>OSCOM4</event>
<location>Zürich, Switserland</location>
<date>September 30th, 2004</date>
<speaker>Derick Rethans</speaker>
<email>derick@php.net</email>
<url>http://pres.derickrethans.nl/wereldveroverend-oscom4</url>
<slide>slides/i18nl10n/title-oscom4.xml</slide>

<!-- CHARSETS -->
<slide>slides/i18nl10n/latin.xml</slide> <!-- latin charsets -->
<slide>slides/i18nl10n/convert.xml</slide> <!-- converting charsets (single byte) -->
<slide>slides/i18nl10n/asian.xml</slide> <!-- asian charsets -->
<slide>slides/i18nl10n/utf8.xml</slide> <!-- what does utf8 solve? -->

<!-- PROBLEMS and SOLUTIONS -->
<slide>slides/i18nl10n/mb-problems.xml</slide> <!-- functions with utf8 chars -->
<slide>slides/i18nl10n/iconv-solved.xml</slide> <!-- fixed with iconv -->
<slide>slides/i18nl10n/pcre-utf8.xml</slide> <!-- regular expressions, /u, mb_regexp */ -->

<!-- CONVERSION and OUTPUT -->
<slide>slides/i18nl10n/iconv-function.xml</slide> <!-- converting charsets with iconv -->
<slide>slides/i18nl10n/iconv-ob-buffer.xml</slide> <!-- iconv ob_buffer -->
<slide>slides/i18nl10n/wrong-http-header.xml</slide> <!-- show problem with wrong http header --> 
<slide>slides/i18nl10n/correct-http-header.xml</slide> <!-- setting http header -->
<!--<slide>slides/i18nl10n/</slide>--> <!-- eZ transliteration ? -->

<!-- LOCALE ISSUES -->
<slide>slides/i18nl10n/locales.xml</slide>
<slide>slides/i18nl10n/locale-collation.xml</slide> <!-- string collation (ordering) -->
<slide>slides/i18nl10n/locale-casing.xml</slide> <!-- strupper/strlower -->
<slide>slides/i18nl10n/locale-date.xml</slide> <!-- formatting a date -->
<slide>slides/i18nl10n/locale-numeric.xml</slide> <!-- formatting numbers (also arabic numbers?) -->
<slide>slides/i18nl10n/locale-money.xml</slide> <!-- formatting money -->
<slide>slides/i18nl10n/locale-php.xml</slide> <!-- PHP and locales -->

<!-- TRANSLATIONS IN WEBSITES -->
<slide>slides/i18nl10n/trans-intro.xml</slide> <!-- intro -->
<slide>slides/i18nl10n/trans-define1.xml</slide> <!-- with define -->
<slide>slides/i18nl10n/trans-array1.xml</slide> <!-- with array -->
<slide>slides/i18nl10n/trans-gettext1.xml</slide> <!-- with gettext -->
<slide>slides/i18nl10n/trans-gettext2.xml</slide> <!-- with gettext -->
<slide>slides/i18nl10n/trans-qt1.xml</slide> <!-- xml based definition -->
<slide>slides/i18nl10n/trans-linguist.xml</slide> <!-- Qt Linguist -->

<!-- EXIT -->
<slide>slides/i18nl10n/resources-oscom4.xml</slide> <!-- resources -->

<!-- BONUS -->
<slide>slides/i18nl10n/unicode.xml</slide> <!-- unicode and ucs2, ucs4 -->
<slide>slides/i18nl10n/utf8-encoding.xml</slide> <!-- how does the encoding work? -->
<slide>slides/i18nl10n/iconv-ob-buffer-multiple.xml</slide> <!-- multiple charsets and iconv conversion -->
</presentation>
