mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
72 lines
3.6 KiB
XML
72 lines
3.6 KiB
XML
<?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>Multi-lingual development</title>
|
|
<event>php|works</event>
|
|
<location>Toronto, Canada</location>
|
|
<date>September 22th, 2004</date>
|
|
<speaker>Derick Rethans</speaker>
|
|
<email>derick@php.net</email>
|
|
<url>http://pres.derickrethans.nl/wereldveroverend-phpworks04</url>
|
|
<slide>slides/i18nl10n/title-phpworks04.xml</slide>
|
|
|
|
|
|
<!-- CHARSETS -->
|
|
<!--<slide>slides/i18nl10n/what-languages.xml</slide>--> <!-- what is the problem actually? -->
|
|
<slide>slides/i18nl10n/not-ascii.xml</slide> <!-- not everything is ascii -->
|
|
<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/unicode.xml</slide> <!-- unicode and ucs2, ucs4 -->
|
|
<slide>slides/i18nl10n/utf8.xml</slide> <!-- what does utf8 solve? -->
|
|
<slide>slides/i18nl10n/utf8-encoding.xml</slide> <!-- how does the encoding work? -->
|
|
|
|
<!-- 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/iconv-strpos.xml</slide> <!-- iconv* and other functions -->
|
|
<slide>slides/i18nl10n/pcre-utf8.xml</slide> <!-- regular expressions, /u, mb_regexp */ -->
|
|
|
|
<!-- CONVERSION and OUTPUT -->
|
|
<slide>slides/i18nl10n/iconv.xml</slide> <!-- iconv -->
|
|
<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/iconv-ob-buffer-multiple.xml</slide> <!-- multiple charsets and iconv conversion -->
|
|
<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/iconv-html.xml</slide> <!-- transliteration to html -->
|
|
<!--<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-define2.xml</slide> <!-- with define -->
|
|
<slide>slides/i18nl10n/trans-array1.xml</slide> <!-- with array -->
|
|
<slide>slides/i18nl10n/trans-array2.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 -->
|
|
<slide>slides/i18nl10n/trans-qt2.xml</slide> <!-- xml based definition -->
|
|
|
|
<!-- EXIT -->
|
|
<slide>slides/i18nl10n/resources.xml</slide> <!-- resources -->
|
|
</presentation>
|