<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.llaumgui.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Le blog de llaumgui - Balise - UTF-8</title>
  <link>http://www.llaumgui.com/</link>
  <atom:link href="http://www.llaumgui.com/feed/tag/UTF-8/rss2" rel="self" type="application/rss+xml"/>
  <description>Linux en général, Fedora en particulier...</description>
  <language>fr</language>
  <pubDate>Fri, 21 Nov 2008 02:08:57 +0100</pubDate>
  <copyright>http://creativecommons.org/licenses/by-nc-nd/2.5/</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Opération de maintenance sur les forums de Fedora-Fr</title>
    <link>http://www.llaumgui.com/post/Operation-de-maintenance-sur-les-forums-de-Fedora-Fr</link>
    <guid isPermaLink="false">urn:md5:ef12c53162fe112a32e8365415f194fc</guid>
    <pubDate>Sun, 20 Jul 2008 19:33:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>fedora-fr</category>
        <category>eZ Publish</category><category>eZFluxBB</category><category>MySQL</category><category>PunBB</category><category>UTF-8</category>    
    <description>&lt;p&gt;C'est en développant mon extension &lt;a href=&quot;http://www.llaumgui.com/tag/eZFluxBB&quot;&gt;eZFluxBB&lt;/a&gt; et en concevant la nouvelle version de &lt;a href=&quot;http://www.fedora-fr.org&quot; hreflang=&quot;fr&quot; title=&quot;Communauté francophone Fedora&quot;&gt;Fedora-Fr&lt;/a&gt; sous &lt;a href=&quot;http://ez.no/&quot; hreflang=&quot;en&quot; title=&quot;eZ Publish Open Source Enterprise Content Management System&quot;&gt;eZ Publish&lt;/a&gt; que je me suis rendu compte de quelque chose : la base de données du forum &lt;a href=&quot;http://punbb.informer.com&quot; hreflang=&quot;en&quot; title=&quot;In short, PunBB is a fast and lightweight PHP powered discussion board&quot;&gt;PunBB&lt;/a&gt; en &lt;a href=&quot;http://fr.wikipedia.org/wiki/UTF-8&quot; hreflang=&quot;fr&quot;&gt;UTF-8&lt;/a&gt; n'était peut être pas autant en UTF-8 que je le pensais ;-)...&lt;/p&gt;    &lt;p&gt;Bref, aujourd'hui, j'ai donc procédé à une opération de maintenance sur la base de données avec la migration de cette dernière en &lt;em&gt;vrai&lt;/em&gt; utf-8 via quelques requêtes qui vont bien et l'utilisation massive de &lt;a href=&quot;http://www.phpmyadmin.net/home_page/index.php&quot; hreflang=&quot;en&quot; title=&quot;phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web&quot;&gt;phpMyAdmin&lt;/a&gt;. &lt;ins&gt;A titre d'exemple&lt;/ins&gt; voici à quoi ressemble les requêtes (merci à l'ami &lt;a href=&quot;http://blog.famillecollet.com/&quot; hreflang=&quot;fr&quot; title=&quot;Les RPMs de Remi&quot;&gt;Remi&lt;/a&gt;) :&lt;/p&gt;

&lt;code class=&quot;mysql&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_bans&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_bans CHANGE username username &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_bans CHANGE username username &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_bans CHANGE username username &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;nbsp;CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_bans CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_bans CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_bans CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;255&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_categories&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_categories CHANGE cat_name cat_name &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_categories CHANGE cat_name cat_name &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_categories CHANGE cat_name cat_name &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;80&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;nbsp;CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_config&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_config CHANGE conf_value conf_value &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_config CHANGE conf_value conf_value &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_config CHANGE conf_value conf_value &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_contacts&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_contacts CHANGE contact_name contact_name &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_contacts CHANGE contact_name contact_name &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_contacts CHANGE contact_name contact_name &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_forums&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE forum_name forum_name &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE forum_name forum_name &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE forum_name forum_name &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;80&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE forum_desc forum_desc &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE forum_desc forum_desc &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE forum_desc forum_desc &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE moderators moderators &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE moderators moderators &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE moderators moderators &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE last_poster last_poster &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE last_poster last_poster &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_forums CHANGE last_poster last_poster &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_groups&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_groups CHANGE g_title g_title &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_groups CHANGE g_title g_title &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_groups CHANGE g_title g_title &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;50&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_groups CHANGE g_user_title g_user_title &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_groups CHANGE g_user_title g_user_title &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_groups CHANGE g_user_title g_user_title &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;50&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_messages&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_messages CHANGE subject subject &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_messages CHANGE subject subject &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_messages CHANGE subject subject &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;255&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_messages CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_messages CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_messages CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_messages CHANGE sender sender &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_messages CHANGE sender sender &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_messages CHANGE sender sender &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_online&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_online CHANGE ident ident &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_online CHANGE ident ident &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_online CHANGE ident ident &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_plugin_cau&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_plugin_cau CHANGE name name &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_plugin_cau CHANGE name name &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_plugin_cau CHANGE name name &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;255&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_posts&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_posts CHANGE poster poster &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_posts CHANGE poster poster &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_posts CHANGE poster poster &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_posts CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_posts CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_posts CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_posts CHANGE edited_by edited_by &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_posts CHANGE edited_by edited_by &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_posts CHANGE edited_by edited_by &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_ranks&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_ranks CHANGE rank rank &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_ranks CHANGE rank rank &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_ranks CHANGE rank rank &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;50&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_reports&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_reports CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_reports CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_reports CHANGE message message &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_search_cache&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_search_cache CHANGE ident ident &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_search_cache CHANGE ident ident &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_search_cache CHANGE ident ident &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_search_words&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_search_words CHANGE word word &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_search_words CHANGE word word &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_search_words CHANGE word word &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;20&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_topics&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_topics CHANGE poster poster &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_topics CHANGE poster poster &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_topics CHANGE poster poster &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_topics CHANGE subject subject &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_topics CHANGE subject subject &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_topics CHANGE subject subject &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;255&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_topics CHANGE last_poster last_poster &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_topics CHANGE last_poster last_poster &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_topics CHANGE last_poster last_poster &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# punbb_users&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE username username &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE username username &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE username username &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;200&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE title title &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE title title &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE title title &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;50&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE realname realname &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE realname realname &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE realname realname &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;40&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE location location &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE location location &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE location location &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;VARCHAR&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;30&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE signature signature &amp;nbsp;&lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; latin1;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE signature signature &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;BLOB&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ALTER TABLE&lt;/span&gt; &amp;nbsp;punbb_users CHANGE signature signature &lt;span style=&quot;color: #aa9933; font-weight: bold;&quot;&gt;TEXT&lt;/span&gt; CHARACTER &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; utf8;&lt;/code&gt;


&lt;p&gt;Une fois la base en UTF-8, j'ai du relancer l'indexation des postes, opération qui a bien pris plus d'1H30 avec de grosses montées en charge du serveur.&lt;/p&gt;


&lt;p&gt;A présent, les informations extraites du forum PunBB de Fedora-Fr s'affichent parfaitement dans eZ Publish via eZFluxBB et nous pouvons envisager la migration du site existant pour bientôt, ainsi que de nouvelles surprises qui sont annoncées pour la suite, mais je vous en dirais plus en temps et en heure...&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;&lt;ins&gt;Remarque importante&lt;/ins&gt; :&lt;/strong&gt; La branche 1,2 de PunBB ne supporte pas officiellement l'UTF-8. Cette fonctionnalité sera apportée par &lt;a href=&quot;http://fluxbb.org/downloads/dev.php&quot; hreflang=&quot;en&quot; title=&quot;FluxBB is a free open source forum application designed to be fast, light and user friendly&quot;&gt;la branche 1.3 actuellement en version beta 1&lt;/a&gt;, Si toute fois vous voulez vous lancer dans l'aventure, je ne saurais vous conseiller de lire &lt;a href=&quot;http://punbb.informer.com/forums/viewtopic.php?id=9146&quot; hreflang=&quot;en&quot; title=&quot;UTF-8, the final solution... / Troubleshooting / PunBB Forums&quot;&gt;ce post&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Operation-de-maintenance-sur-les-forums-de-Fedora-Fr#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Operation-de-maintenance-sur-les-forums-de-Fedora-Fr#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/442</wfw:commentRss>
      </item>
    
  <item>
    <title>jQuery, UTF8 et Internet Explorer</title>
    <link>http://www.llaumgui.com/post/jQuery-UTF8-et-Internet-Explorer</link>
    <guid isPermaLink="false">urn:md5:cb1c5c2a7c9833887507f8a97238bb15</guid>
    <pubDate>Sat, 03 Mar 2007 13:52:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Développement web</category>
        <category>Dotclear</category><category>Internet Explorer</category><category>javascript</category><category>jQuery</category><category>licence</category><category>Microsoft</category><category>UTF-8</category>    
    <description>&lt;p&gt;Toujours dans la catégorie &amp;quot;&lt;em&gt;pamphlet contre le navigateur de la firme de &lt;a href=&quot;http://fr.wikipedia.org/wiki/Redmond&quot; hreflang=&quot;fr&quot; title=&quot;Redmond, située dans l'État de Washington, dont la notoriété est accrue par la présence du siège social de Microsoft.&quot;&gt;Redmond&lt;/a&gt;&lt;/em&gt;&amp;quot; : un petit désagrément que je viens de constater entre &lt;a href=&quot;http://www.jquery.com/&quot; hreflang=&quot;en&quot; title=&quot;jQuery is a new type of JavaScript library.&quot;&gt;jQuery&lt;/a&gt;, le plugin &lt;a href=&quot;http://bassistance.de/jquery-plugins/jquery-plugin-validation/&quot; hreflang=&quot;en&quot;&gt;Validation&lt;/a&gt; et Internet Explorer.&lt;br /&gt;
Si l'encodage de la librairie de base (&lt;em&gt;jquery.js&lt;/em&gt;) et celui du plugin (&lt;em&gt;jquery.validation.js&lt;/em&gt;) sont différents (&lt;a href=&quot;http://fr.wikipedia.org/wiki/UTF-8&quot; hreflang=&quot;fr&quot;&gt;UTF-8&lt;/a&gt; pour l'un et &lt;a href=&quot;http://fr.wikipedia.org/wiki/ISO-8859-1&quot; hreflang=&quot;fr&quot;&gt;ISO-8859-1&lt;/a&gt; pour l'autre), des erreurs &lt;a href=&quot;http://fr.wikipedia.org/wiki/Javascript&quot; hreflang=&quot;fr&quot;&gt;Javascript&lt;/a&gt; apparaissent dans IE.&lt;/p&gt;


&lt;p&gt;Ça a l'air triviale, mais pourtant j'ai passé plus de 3 heures à essayer de débuger du Javascrit sous IE (il parait que c'est possible ;-)) qui, n'ayons pas peur des mots, est une véritable bouse dans le domaine du débug JS.&lt;/p&gt;    &lt;p&gt;Une fois que tout marche, ce plugin se révèle très pratique, car la syntaxe pour vérifier les entrées d'un formulaire est relativement simple :&lt;/p&gt;

&lt;code class=&quot;Javascript&quot;&gt;&lt;span style=&quot;color: #009900; font-style: italic;&quot;&gt;// Mode débug :&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #009900; font-style: italic;&quot;&gt;//$.validator.defaults.debug = true;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
$&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;document&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #006600;&quot;&gt;ready&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;#comment-form&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #006600;&quot;&gt;validate&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; errorContainer: $&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;#comment-form div.error-form&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; errorLabelContainer: $&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;#comment-form div.error-form ul&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; errorWrapper: &lt;span style=&quot;color: #3366CC;&quot;&gt;'li'&lt;/span&gt;,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; metaWrapper: &lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;validate&amp;quot;&lt;/span&gt;,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rules: &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c_name: &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt; required: &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;true&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c_mail: &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; required: &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;true&lt;/span&gt;,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; email: &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;true&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c_content: &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt; required: &lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;true&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;, &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; messages: &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c_name: msg_valid_name,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c_mail: msg_valid_email,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c_content: msg_valid_content&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/code&gt;


&lt;p&gt;Pour les messages d'alertes, on notera que je passe des variables par soucis de respecter l'internationalisation de DotClear&lt;/p&gt;


&lt;p&gt;Faut que je vérifie la licence (&lt;a href=&quot;http://jquery.com/src/GPL-LICENSE.txt&quot; hreflang=&quot;en&quot;&gt;GPL&lt;/a&gt; / &lt;a href=&quot;http://jquery.com/src/MIT-LICENSE.txt&quot; hreflang=&quot;en&quot;&gt;MIT&lt;/a&gt;) du truc et si elles le permettent je pense l'utiliser pour mon prochain gros projet professionnel. Comme le dit le slogan de cette librairie :&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;write less, do more&lt;/p&gt;&lt;/blockquote&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/jQuery-UTF8-et-Internet-Explorer#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/jQuery-UTF8-et-Internet-Explorer#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/162</wfw:commentRss>
      </item>
    
  <item>
    <title>fedora-fr bientôt une semaine</title>
    <link>http://www.llaumgui.com/post/fedora-fr-bientot-une-semaine</link>
    <guid isPermaLink="false">urn:md5:1df2e4d6405f53106b2593f19c025218</guid>
    <pubDate>Thu, 12 Oct 2006 23:34:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>fedora-fr</category>
        <category>Borsalino</category><category>Fedora Core 5</category><category>Ikoula</category><category>PunBB</category><category>serveur</category><category>UTF-8</category><category>Xoops</category>    
    <description>    &lt;p&gt;Cela fait bientôt une semaine que la migration de fedora-france vers &lt;a href=&quot;http://www.fedora-fr.org/&quot; hreflang=&quot;fr&quot; title=&quot;fedora-fr&quot;&gt;fedora-fr&lt;/a&gt; est effective et je n'ai toujours pas blogué dessus :-)...&lt;/p&gt;
&lt;p&gt;Le serveur &lt;a href=&quot;http://doc.fedora-fr.org/Le_site_fedora-fr#Borsalino.2C_le_serveur&quot; hreflang=&quot;fr&quot; title=&quot;Borsalino&quot;&gt;Borsalino&lt;/a&gt; généreusement fournis pas &lt;a href=&quot;http://www.ikoula.com/&quot; hreflang=&quot;fr&quot; title=&quot;Ikoula, solutions d'hébergement depuis 8 ans, serveurs dedies, packs windows &amp;amp; linux, noms de domaine, co-location&quot;&gt;Ikoula&lt;/a&gt; fonctionne à merveille, la distribution &lt;a hreflang=&quot;fr&quot; href=&quot;http://fedoraproject.org&quot;&gt;Fedora-Core 5&lt;/a&gt; nue est un pur bonheur et permet de choisir exactement ce que l'on veut installer.&lt;/p&gt;
&lt;p&gt;A l'heure actuelle seuls les sites web sont fonctionnels mais je devrais bientôt déplacer les mails et les mailing-list bref vive l'hébergement dédié.&lt;/p&gt;
&lt;p&gt;La migration a été aussi l'occasion pour moi de passer fedora-fr en full &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/UTF-8&quot;&gt;utf-8&lt;/a&gt; grâce à une adaptation de &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.llaumgui.com/post/Version-finale-du-script-de-migration-de-Xoops-vers-punBB&quot;&gt;mon script&lt;/a&gt; qui a transformé le &lt;a href=&quot;http://www.xoops.org&quot; hreflang=&quot;en&quot; title=&quot;CMS - Xoops&quot;&gt;Xoops&lt;/a&gt; iso-8859-1 en un &lt;a href=&quot;http://www.punbb.org&quot; hreflang=&quot;en&quot; title=&quot;Forum - punBB&quot;&gt;punBB&lt;/a&gt; en utf-8.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/fedora-fr-bientot-une-semaine#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/fedora-fr-bientot-une-semaine#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/100</wfw:commentRss>
      </item>
    
  <item>
    <title>Partition UTF-8 et clefs USB montées via HAL</title>
    <link>http://www.llaumgui.com/post/partition-utf-8-et-clefs-usb-montees-via-hal</link>
    <guid isPermaLink="false">urn:md5:1b47aa0cd7b9b1cb07c7edf4c2a22ccd</guid>
    <pubDate>Fri, 28 Oct 2005 12:22:00 +0000</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>HAL</category><category>hardware</category><category>UTF-8</category>    
    <description>&lt;p&gt;Afin d'assurer une compatibilité Linux/Windows de mes partitions (Bien que cela fait 3 mois que je n'ai pas utilisé un Windows), mes partitions de stockage sont actuellement en &lt;a href=&quot;http://fr.wikipedia.org/wiki/File_allocation_table&quot; hreflang=&quot;fr&quot; title=&quot;FAT&quot;&gt;FAT&lt;/a&gt; et encodées en &lt;a href=&quot;http://fr.wikipedia.org/wiki/UTF-8&quot; hreflang=&quot;fr&quot; title=&quot;UTF-8&quot;&gt;UTF-8&lt;/a&gt;.&lt;/p&gt;    &lt;p&gt;Le problème est que les clefs USB montées automatiquement sur le bureau supportent mal cette configuration. S'en suit une incompatibilité des caractères spéciaux (é, è, ç, à, etc...) entraînant l'impossibilité de copier/coller des fichiers contenant des accents de mes disques durs vers une clef USB :&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.llaumgui.com/public/images/linux/erreur_usb.png&quot; alt=&quot;Erreur lors de la copie&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;L'une des solutions est de monter les clefs USB en ligne de commande, mais cela s'avère vite très lourd. L'autre solution est de configurer
&lt;a href=&quot;http://fr.wikipedia.org/wiki/Hardware_abstraction_layer&quot; hreflang=&quot;fr&quot; title=&quot;HAL&quot;&gt;HAL&lt;/a&gt; pour qu'il monte les périphéries de stockages USB en &lt;em&gt;ISO 8859-15&lt;/em&gt;.
Petit rappel à propos de HAL, lorsque vous introduisez une  périphérie de stockage USB, c'est HAL qui se charge de rajouter la ligne correspondant dans votre fichier &lt;a href=&quot;http://fr.wikipedia.org/wiki/Point_de_montage#Montage_et_d.C3.A9montage_sous_Unix&quot; hreflang=&quot;fr&quot; title=&quot;fstab&quot;&gt;fstab&lt;/a&gt; :&lt;/p&gt;

&lt;code class=&quot;bash&quot;&gt;/dev/sdb1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /media/CLEF_USB &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; vfat &amp;nbsp; &amp;nbsp;pamconsole,&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;exec&lt;/span&gt;,noauto,&lt;span style=&quot;color: #007800;&quot;&gt;fscontext=&lt;/span&gt;system_u:object_r:removable_t,managed &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;&lt;/code&gt;


&lt;p&gt;Le but de la modification est d'y rajouter le paramètre &amp;quot;&lt;em&gt;iocharset=iso8859-15&lt;/em&gt;&amp;quot;.&lt;/p&gt;


&lt;p&gt;Avec votre éditeur de fichiers, créez &lt;strong&gt;&lt;a href=&quot;http://www.llaumgui.com/public/files/clef-usb-utf8.fdi&quot; hreflang=&quot;fr&quot;&gt;/etc/hal/fdi/policy/clef-usb-utf8.fdi&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;code class=&quot;xml&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;?xml&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;version&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;1.0&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;encoding&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;UTF-8&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;deviceinfo&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;version&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;0.2&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;device&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;match&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;key&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;block.is_volume&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;bool&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;true&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;match&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;key&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;volume.fsusage&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;string&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;filesystem&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;match&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;key&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;volume.fstype&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;string&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;vfat&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;merge&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;key&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;volume.policy.mount_option.iocharset=utf8&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;type&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;bool&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;true&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/merge&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;merge&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;key&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;volume.policy.mount_option.codepage=850&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;type&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;bool&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;true&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/merge&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/match&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/match&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/match&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/device&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/deviceinfo&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;


&lt;p&gt;Insérez une clef USB, vous devriez avoir dans votre fstab, une ligne du style :&lt;/p&gt;

&lt;code class=&quot;bash&quot;&gt;/dev/sdb1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /media/CLEF_USB &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; vfat &amp;nbsp; &amp;nbsp;pamconsole,&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;exec&lt;/span&gt;,noauto,&lt;span style=&quot;color: #007800;&quot;&gt;fscontext=&lt;/span&gt;system_u:object_r:removable_t,&lt;span style=&quot;color: #007800;&quot;&gt;iocharset=&lt;/span&gt;iso8859&lt;span style=&quot;color: #000000;&quot;&gt;-15&lt;/span&gt;,managed &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;&lt;/code&gt;</description>
    
          <enclosure url="http://www.llaumgui.com/public/files/config/clef-usb-utf8.fdi"
      length="458" type="text/plain" />
    
    
          <comments>http://www.llaumgui.com/post/partition-utf-8-et-clefs-usb-montees-via-hal#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/partition-utf-8-et-clefs-usb-montees-via-hal#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/53</wfw:commentRss>
      </item>
    
</channel>
</rss>