<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>charset &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/charset/</link>
	<description>Feed of posts on WordPress.com tagged "charset"</description>
	<pubDate>Thu, 03 Dec 2009 09:00:45 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Localisations for Client-side applications]]></title>
<link>http://aquarelles.wordpress.com/2009/11/21/localisations-for-client-side-applications/</link>
<pubDate>Sat, 21 Nov 2009 13:11:50 +0000</pubDate>
<dc:creator>apricotbaby</dc:creator>
<guid>http://aquarelles.wordpress.com/2009/11/21/localisations-for-client-side-applications/</guid>
<description><![CDATA[When there are user requirements on localizations, we always refer to the user interface or client-s]]></description>
<content:encoded><![CDATA[When there are user requirements on localizations, we always refer to the user interface or client-s]]></content:encoded>
</item>
<item>
<title><![CDATA[Gli encoding]]></title>
<link>http://fabiobozzo.wordpress.com/2009/11/03/gli-encoding/</link>
<pubDate>Tue, 03 Nov 2009 16:45:09 +0000</pubDate>
<dc:creator>fabiobozzo</dc:creator>
<guid>http://fabiobozzo.wordpress.com/2009/11/03/gli-encoding/</guid>
<description><![CDATA[Joel Spolsky nel 2003 scrive  &#8211; The Absolute Minimum Every Software Developer Absolutely, Posi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft" style="margin:15px;" title="Encoding Images" src="http://www.monster-munch.com/images/TwitterImageEncoding.jpg" alt="La Monna Lisa" width="300" height="224" /></p>
<p>Joel Spolsky nel 2003 scrive  &#8211; <a href="http://www.joelonsoftware.com/articles/Unicode.html" target="_blank">The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)</a> -</p>
<p>Gioia e dolore di ogni informatico.</p>
<p>Perchè gioia? Prima dei sistemi di encoding, fra i quali Unicode è un po&#8217; il principe, regnava l&#8217;ASCII &#8220;chaos&#8221;, nell&#8217;articolo è spiegato molto bene, e come sappiamo, la standardizzazione è il punto di partenza per creare insieme qualcosa di grande.</p>
<p>Perchè dolore? Bisogna provare per credere! Non avete idea di quanti siti web scritti ante-2000 sono scritti in un encoding, hanno un meta tag che indica quello sbagliato e magari l&#8217;http server ne usa un altro. C&#8217;è sempre da impazzire un po&#8217; con queste cose: un po&#8217; è perchè sono implicitamente complesse, un po&#8217; perchè molta più gente di quanto pensiate, definendosi sviluppatore o peggio &#8216;informatico&#8217; (?), pavoneggia la sua ignoranza parlando di charsets e affini. &#8220;Ah ma tanto io faccio applicazioni plain text: non mi interesano queste cose!&#8221;. Ecco, se un americano può sembrare solo ignorante a dire questo, un italiano è anche peggio&#8230; perchè?</p>
<p>Gli accenti maledizione! Quante volte avete visto strani punti interrogativi o quadratini su siti internet, e-mail o documenti vari? Ebbene, quello è un problema di encoding. E se vi dicessi che i cinesi hanno svariate centinaia di lettere nel loro linguaggio? e badate bene, qui non si parla ancora di internazionalizzazione del software, quello è uno step molto successivo.</p>
<p>Io consiglio sempre questo articolo di Joel on software per iniziare a farsi un&#8217;idea di questo mondo incredibile.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Codificação de Caracteres no Eclipse]]></title>
<link>http://flaviowd.wordpress.com/2009/11/01/codificacao-de-caracteres-no-eclipse/</link>
<pubDate>Sun, 01 Nov 2009 21:25:15 +0000</pubDate>
<dc:creator>Flávio Araújo</dc:creator>
<guid>http://flaviowd.wordpress.com/2009/11/01/codificacao-de-caracteres-no-eclipse/</guid>
<description><![CDATA[Uma das grandes dúvidas que todo programador iniciante (assim como eu) tem é sobre Codificação de Ca]]></description>
<content:encoded><![CDATA[Uma das grandes dúvidas que todo programador iniciante (assim como eu) tem é sobre Codificação de Ca]]></content:encoded>
</item>
<item>
<title><![CDATA[Resolvendo problemas de charset no Netbeans 6.7]]></title>
<link>http://daltonmenezes.wordpress.com/2009/10/04/resolvendo-problemas-de-charset-no-netbeans-6-7/</link>
<pubDate>Sun, 04 Oct 2009 04:06:36 +0000</pubDate>
<dc:creator>daltonmenezes</dc:creator>
<guid>http://daltonmenezes.wordpress.com/2009/10/04/resolvendo-problemas-de-charset-no-netbeans-6-7/</guid>
<description><![CDATA[Problemas com os caracteres de codificação (charset) no Netbeans? Seja UTF-8 ou ISO? Aqui está a sol]]></description>
<content:encoded><![CDATA[Problemas com os caracteres de codificação (charset) no Netbeans? Seja UTF-8 ou ISO? Aqui está a sol]]></content:encoded>
</item>
<item>
<title><![CDATA[Always be aware of the charset encoding hell]]></title>
<link>http://schneide.wordpress.com/2009/08/24/always-be-aware-of-the-charset-encoding-hell/</link>
<pubDate>Mon, 24 Aug 2009 12:30:22 +0000</pubDate>
<dc:creator>Miq</dc:creator>
<guid>http://schneide.wordpress.com/2009/08/24/always-be-aware-of-the-charset-encoding-hell/</guid>
<description><![CDATA[Most developers already struggled with textual data from some third party system and getting garbage]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Most developers already struggled with textual data from some third party system and getting garbage special characters and the like because of wrong <a href="http://en.wikipedia.org/wiki/Character_encoding" target="_blank">character encodings</a>.  Some days ago we encountered an obscure problem when it was possible to login into one of our apps from the computer with the password database running but not from other machines using the same db.  After diving into the problem we found out that they SHA-1 hashes generated from our app were slightly different. Looking at the code revealed that platform encoding was used and that lead to different results:<a href="http://schneide.wordpress.com/files/2009/08/platform-encoding1.png"><img class="alignright size-full wp-image-850" title="platform-encoding" src="http://schneide.wordpress.com/files/2009/08/platform-encoding1.png" alt="platform-encoding" /></a></p>
<p>The apps were running on Windows XP and Windows 2k3 Server respectively and you would expect that it would not make much of a difference but in fact it did!</p>
<p><strong>Lesson:</strong></p>
<p>Always specify the encoding explicitly, when exchanging character data with any other system. Here are some examples:</p>
<ul>
<li>String.getBytes(&#8220;utf-8&#8243;), new Printwriter(file, &#8220;ascii&#8221;) in Java</li>
<li>HTML-Forms with attribute <code>accept-charset="ISO-8859-1"</code></li>
<li>In XML headers <code>&#60;?xml version="1.0" encoding="ISO-8859-15"?&#62;</code></li>
<li>In your Database and/or JDBC driver</li>
<li>In your file format documentation</li>
<li>In LaTeX documents</li>
<li>everywhere where you can provide that info easily (e.g. as a comment in a config file)</li>
</ul>
<p>Problems with character encodings seem to appear every once in a while either as end user, when your umlauts get garbled or as a programmer that has to deal with third party input like web forms or text files.</p>
<p><strong>The text file rant</strong></p>
<p>After stumbling over an encoding problem *again* I thought a bit about the whole issue and some of my thought manifested in this rant about text files. I do not want to blame our computer science predecessors for inventing and using restricted charsets like <a href="http://en.wikipedia.org/wiki/ASCII" target="_blank">ASCII</a> or <a href="http://en.wikipedia.org/wiki/ISO/IEC_8859">iso8859</a>. Nobody has forseen the rapid development of computers and their worldwide adoption and use in everyday life and thus need for an extensible charset (think of the addition of new symbols like the €), let aside performance and memory considerations. The problem I see with text files is that there is no standard way to describe the used encoding. Most text files just leave it to the user to guess what the encoding might be whereas almost all binary file formats feature some kind of defined header with metadata about the content, e.g. bit depth and compression method in image files. For text files you usually have to use <a href="http://directory.fsf.org/project/enca/" target="_blank">heuristical tools</a> which work  more or less depending on the input.</p>
<p>A standardized header for text files right from the start would have helped to indicate the encoding and possibly language or encoding version information of the text and many problems we have today would not exist. The encoding attribute in the XML header or the <a href="http://en.wikipedia.org/wiki/UTF-8#Byte-order_mark" target="_blank">byte order mark</a> in <a href="http://en.wikipedia.org/wiki/UTF-8" target="_blank">UTF-8 </a>are workarounds for the fundamental problem of a missing text file header.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[PHP XSS atakları ve Türkçe Karakter Problemi]]></title>
<link>http://canerblt.wordpress.com/2009/06/23/php-xss-ataklari-ve-turkce-karakter-problemi/</link>
<pubDate>Tue, 23 Jun 2009 19:48:26 +0000</pubDate>
<dc:creator>canerblt</dc:creator>
<guid>http://canerblt.wordpress.com/2009/06/23/php-xss-ataklari-ve-turkce-karakter-problemi/</guid>
<description><![CDATA[PHP Bir önceki yazımda XSS ataklarını engellemek için htmlentities() ve html_entity_decode() fonksiy]]></description>
<content:encoded><![CDATA[PHP Bir önceki yazımda XSS ataklarını engellemek için htmlentities() ve html_entity_decode() fonksiy]]></content:encoded>
</item>
<item>
<title><![CDATA[Oracle - Changing Character Sets]]></title>
<link>http://18sussex.wordpress.com/2009/06/06/oracle-changing-character-sets/</link>
<pubDate>Sat, 06 Jun 2009 13:39:30 +0000</pubDate>
<dc:creator>Dan</dc:creator>
<guid>http://18sussex.wordpress.com/2009/06/06/oracle-changing-character-sets/</guid>
<description><![CDATA[User CSSCAN &amp; CSALTER. See here]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>User CSSCAN &#38; CSALTER. </p>
<p>See <a href="http://www.oracle-base.com/articles/10g/CharacterSetMigration.php">here</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=826558be-0f50-8e7d-8a0e-9e2307b24b49" /></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[UNISTR vs CHR]]></title>
<link>http://mmoracletips.wordpress.com/2009/05/26/unistr-vs-chr/</link>
<pubDate>Tue, 26 May 2009 10:51:43 +0000</pubDate>
<dc:creator>mmaggi75</dc:creator>
<guid>http://mmoracletips.wordpress.com/2009/05/26/unistr-vs-chr/</guid>
<description><![CDATA[&nbsp; Questa è curiosità, ma che è importante sapere qualora si dovesse lavorare direttamente con i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><table border="0">
<tr>
<td style="height:10px;">&#160;</td>
</tr>
</table>
<p>Questa è curiosità, ma che è importante sapere qualora si dovesse lavorare direttamente con i codici ASCII: non è affatto vero che un carattere è univocamente determinato da un codice numerico, è invece vero che <strong>un carattere ha un codice numerico univoco all&#8217;interno di un un character set specificato</strong>!</p>
<p>Consideriamo il carattere £ (pound): il suo codice ASCII nelle comuni tabelle di riferimento è 163.<br />
Tuttavia CHR(163) = £ solo se il charset del database è WE8ISO8859P1 o WE8MSWIN1252, ma in un database con charset AL32UTF8 la funzione CHR(163) ritorna un carattere diverso, poichè CHR(49827) = £.</p>
<p>Potete controllare le vostre impostazioni:<br />
<code><br />
SELECT *<br />
FROM V$NLS_PARAMETERS<br />
WHERE PARAMETER = 'NLS_CHARACTERSET';</p>
<p>SELECT ASCII('£') FROM DUAL;</p>
<p>SELECT CHR(163) FROM DUAL;<br />
</code></p>
<p>Al posto di CHR(), è consigliabile usare la funzione Oracle <strong>UNISTR()</strong> che vuole come argomento il codice esadecimale <a href="http://kellyjones.netfirms.com/webtools/ascii_utf8_table.shtml" target="_black">ASCII</a> del carattere da rappresentare e, convertendolo nel codice relativo al charset del database, lo visualizza correttamente. Il codice deve essere passato come stringa di testo in formato &#8216;XXX&#8217; (leading zeros su 4 cifre, precedute da backslash).
<ul>
<li>
Conversione di un carattere (se il charset è AL32UTF8 non ritorna gli stessi valori):<br />
<code><br />
SELECT UNISTR('0A3'), CHR(163) FROM DUAL;<br />
</code><br />
Al posto di <code>UNISTR('0A3')</code> si può utilizzare un blocco <code>TO_CHAR(163, 'fm0XXX')</code> che effettua la conversione dell&#8217;ASCII 163 nel corrispondente UNICODE esadecimale 00A3.<br />
<code></p>
<p></code>
</li>
<li>
Conversione di una parola con un carattere speciale:<br />
<code><br />
SELECT UNISTR('Espa\' &#124;&#124; TO_CHAR(241, 'fm0XXX') &#124;&#124; 'a') FROM DUAL;<br />
SELECT UNISTR('M\' &#124;&#124; TO_CHAR(246, 'fm0XXX') &#124;&#124; 'ller') FROM DUAL;<br />
</code><br />
Le parole Espa&#241;a e M&#246;ller verranno visualizzate correttamente, indipendentemente dalla configurazione dell&#8217;ambiente.<br />
<code></p>
<p></code>
</li>
<li>
A questo punto una funzione che normalizzi le lettere accentate italiane, indipendente dal charset, potrebbe essere:<br />
<code></p>
<table cellspacing="2" cellpadding="2" border="0" width="100%">
<tr>
<td colspan="2">CREATE OR REPLACE FUNCTION Normalizza(i_string IN VARCHAR2)</td>
</tr>
<tr>
<td colspan="2">RETURN VARCHAR2</td>
</tr>
<tr>
<td colspan="2">IS</td>
</tr>
<tr>
<td style="width:10px;">&#160;</td>
<td>o_string VARCHAR2(4000) := i_string;</td>
</tr>
<tr>
<td colspan="2">BEGIN</td>
</tr>
<tr>
<td>
<td>o_string := REPLACE(o_string, UNISTR('\' &#124;&#124; TO_CHAR(224, 'fm0XXX')), 'a');</td>
</tr>
<tr>
<td>
<td>o_string := REPLACE(o_string, UNISTR('\' &#124;&#124; TO_CHAR(232, 'fm0XXX')), 'e');</td>
</tr>
<tr>
<td>
<td>o_string := REPLACE(o_string, UNISTR('\' &#124;&#124; TO_CHAR(233, 'fm0XXX')), 'e');</td>
</tr>
<tr>
<td>
<td>o_string := REPLACE(o_string, UNISTR('\' &#124;&#124; TO_CHAR(236, 'fm0XXX')), 'i');</td>
</tr>
<tr>
<td>
<td>o_string := REPLACE(o_string, UNISTR('\' &#124;&#124; TO_CHAR(242, 'fm0XXX')), 'o');</td>
</tr>
<tr>
<td>
<td>o_string := REPLACE(o_string, UNISTR('\' &#124;&#124; TO_CHAR(249, 'fm0XXX')), 'u');</td>
</tr>
<tr>
<td>
<td>RETURN o_string;</td>
</tr>
<tr>
<td colspan="2">END;</td>
</tr>
</table>
<p></code>
</li>
</ul>
<table border="0">
<tr>
<td style="height:30px;">&#160;</td>
</tr>
</table>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Convertire da un charset all'altro? Semplice!]]></title>
<link>http://seltzlab.wordpress.com/2009/05/01/convertire-da-un-charset-allaltro-semplice/</link>
<pubDate>Fri, 01 May 2009 15:31:31 +0000</pubDate>
<dc:creator>sleeptonyc</dc:creator>
<guid>http://seltzlab.wordpress.com/2009/05/01/convertire-da-un-charset-allaltro-semplice/</guid>
<description><![CDATA[Tutti (noi programmatori web) ci siamo trovati almeno una volta (io un milione) a dover trattare con]]></description>
<content:encoded><![CDATA[Tutti (noi programmatori web) ci siamo trovati almeno una volta (io un milione) a dover trattare con]]></content:encoded>
</item>
<item>
<title><![CDATA[Problema com UTF-8 Netbeans e JSP]]></title>
<link>http://moisespsena.wordpress.com/2009/04/16/problema-utf8-netbeans-e-jsp/</link>
<pubDate>Thu, 16 Apr 2009 04:20:34 +0000</pubDate>
<dc:creator>moisespsena</dc:creator>
<guid>http://moisespsena.wordpress.com/2009/04/16/problema-utf8-netbeans-e-jsp/</guid>
<description><![CDATA[Vi que tem muita gente ( como eu tive ) com problemas de codificação utf-8 nas páginas .jsp geradas ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Vi que tem muita gente ( como eu tive ) com problemas de codificação utf-8 nas páginas .jsp geradas a partir do Netbeans IDE.</p>
<p>Chega de stress após criar todo o layout usando caracteres especiais e depois, quando renderizado no Browser, a grande decepção: mesmo sabendo que o seu projeto está configurado, por padrão, a usar a codificação de caracteres UTF-8 ele teima em mostrar erros.</p>
<p>A solução é bastante simples, basta insrir o seguinte código XML na sua página:</p>
<pre><span class="pi" style="color:#1C6280;">&#60;?xml version="1.0" encoding="<strong>UTF-8</strong>"?&#62;
</span></pre>
<p><strong>ATENÇÂO:</strong> a codificação deve, obrigatoriamente, ser &#8220;<em><strong>UTF-8</strong></em>&#8221; e não &#8220;<em><strong>utf-8</strong></em>&#8220;.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Creating a Custom Window Skin In RPG Maker VX!]]></title>
<link>http://pcrpg.wordpress.com/2009/02/28/creating-a-custom-window-skin-in-rpg-maker-vx/</link>
<pubDate>Sat, 28 Feb 2009 21:21:03 +0000</pubDate>
<dc:creator>spin7777</dc:creator>
<guid>http://pcrpg.wordpress.com/2009/02/28/creating-a-custom-window-skin-in-rpg-maker-vx/</guid>
<description><![CDATA[Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the sa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3><span style="color:#ff6600;">Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the same interest? Post your currently game and see what others think? Get help on starting up a game? <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new forum!</span></h3>
<h3><span style="text-decoration:underline;"><span style="color:#000080;"><strong><span style="color:#0000ff;">This blog is moving</span><span style="color:#00ccff;"><span style="color:#0000ff;">! <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new blog</span>!</span></strong></span></span></h3>
<p>This Tutorial was request by RPG_Addict in the “Request A Tutorial!” section of the blog.</p>
<h3><span style="text-decoration:underline;"><span style="color:#3366ff;"><strong>The Requirements<br />
</strong></span></span></h3>
<p>Alright, so many of you may be wondering exactly how can you create a custom window skin? Well, it gets really easy once you know what you are doing so here&#8217;s a quick guide to get you understanding!</p>
<p>First, your windowskin would need to be sized to <span style="color:#3366ff;"><strong>128 x 128 pixels</strong>.</span> To get the best quality from them you&#8217;ll want a 32-bit PNG format.</p>
<p>You&#8217;ll need to use a graphic making program to do this. You could use <span style="color:#3366ff;"><strong>MS Paint</strong></span> or <strong><span style="color:#3366ff;">paint.NET</span></strong>. Both are free program. (I&#8217;ll make a new post soon as to where to get <span style="color:#3366ff;"><strong>paint.NET</strong></span> and a few other resources from.)</p>
<p>Or if you have it, you could use <span style="color:#3366ff;"><strong>Adobe PhotoShop C2/C3/C4</strong></span>!</p>
<p>After doing this you are ready for the next step.</p>
<p>Of course, this is for <strong><span style="color:#3366ff;">RPG Maker VX</span></strong> and <span style="color:#3366ff;"><strong>RPG Maker VX Game Projects</strong></span> only.</p>
<h3><span style="text-decoration:underline;"><span style="color:#3366ff;"><strong><strong>The Steps<br />
</strong></strong></span></span></h3>
<p>To be able to create a successful <strong><span style="color:#3366ff;">Custom Window Skin</span></strong> using correct colours, you&#8217;ll need to learn the <span style="color:#3366ff;"><strong>6 letters</strong></span>. Once you learn these, you&#8217;ll be able to create your own <strong><span style="color:#3366ff;">Custom Window Skin</span></strong> for <span style="color:#3366ff;"><strong>RPG Maker VX Games</strong></span> in no time!</p>
<div class="wp-caption alignnone" style="width: 304px"><img title="RPG Maker VX Custom Window Skin" src="http://img22.imageshack.us/img22/619/largewindowskin.png" alt="RPG Maker VX Game Project Custom Window Skin Large" width="294" height="277" /><p class="wp-caption-text">RPG Maker VX Game Project Custom Window Skin Large</p></div>
<p><strong>Letter A. </strong><span style="color:#0000ff;"><strong><span style="text-decoration:underline;">Window Background</span></strong></span></p>
<p>This part would be <span style="color:#3366ff;"><strong>64 x 64 pixiels</strong></span>. You&#8217;ll be putting this in the top left section of your window skin. You&#8217;ll want to use solid colours for this. To get the best effects out of it, try experimenting with gradients and other patterns. E.g. You could try putting star shades onto it and see how that turns out. Be creative and have fun!</p>
<p><strong>Letter B. <span style="text-decoration:underline;"><span style="color:#0000ff;">Window Frame &#8211; Effects on the Background</span></span></strong></p>
<p>I love this part! You would want this part to be <span style="color:#3366ff;"><strong>64 x 64 pixiels</strong></span> and put it at the bottom left corner. It will put effects over your background. You could put any pattern you wish on this and see how it looks. E.g. this default windowksin will put lines over the background giving the message a better overall effect. So it works like another image onto the background.</p>
<p><strong>Letter C. <span style="text-decoration:underline;"><span style="color:#0000ff;">Window Frame &#38; Scrolling Arrows</span></span></strong></p>
<p>Alright. The tricky part. You&#8217;ll need the corners to be <strong><span style="color:#3366ff;">16 x 16 pixiels</span></strong> yet keeping the frame size at a <span style="color:#3366ff;"><strong>width of 16</strong></span> to give it that curvy effect. This would cover the border of the windowskin. The inside would cover the arrows shown when the window is scrolling up, down, left or right in-game. I usually leave this alone and just change the colours, but you can try to customise it and change the arrow shapes. You never know you might make something really special!</p>
<p><strong>Letter D.  <span style="text-decoration:underline;"><span style="color:#0000ff;">The Flashing Border</span></span></strong></p>
<p>This would be the thing that shows a flashing border on your window skin in-game. It flashes whatever you are selecting. If you have not noticed this before, open up a VX game and look at your menu. You&#8217;ll notice whatever you&#8217;ve selected is flashing. Again I usually leave this, but if you want you can customize to fit you.</p>
<p><strong>Letter E. <span style="text-decoration:underline;"><span style="color:#0000ff;">Arrow Boxes</span></span></strong></p>
<p>These arrows are the arrows that animate moving upwards and downwards right in the centre bottom of the windowksin each time you are reading a piece of text. My recommendation would be to make these arrows the same at the ones in Letter C. But again it&#8217;s all up to you.</p>
<p>Letter F.</p>
<p>Ah&#8230;.finally! The final letter. These will show you the <span style="color:#3366ff;"><strong>36 colours</strong></span> used in your <strong><span style="color:#3366ff;">RPG Maker VX Game Project</span></strong>. The first colour would be the default colour. To change the text colour in game you&#8217;d use the &#8220;n[colournumberhere]&#8221; command. More detail of this will appear on the blog in the future. You can change these colours to what you want, but I highly recommend leaving them as they are.</p>
<h3><span style="text-decoration:underline;"><span style="color:#3366ff;"><strong><strong><strong><strong>Final Notes<br />
</strong></strong></strong></strong></span></span></h3>
<p>Well, hopefully that can get you started. If you have anymore questions just post a comment below and you&#8217;ll receive some answers&#8230;..eventually &#62;.&#62;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unicode coming to PHP 6]]></title>
<link>http://mysqltalk.wordpress.com/2009/02/19/unicode-coming-to-php-6/</link>
<pubDate>Thu, 19 Feb 2009 20:06:52 +0000</pubDate>
<dc:creator>Joe Devon</dc:creator>
<guid>http://mysqltalk.wordpress.com/2009/02/19/unicode-coming-to-php-6/</guid>
<description><![CDATA[The move from PHP 5 to PHP 6 will be a painful one. But once it&#8217;s done, I hope that it will be]]></description>
<content:encoded><![CDATA[The move from PHP 5 to PHP 6 will be a painful one. But once it&#8217;s done, I hope that it will be]]></content:encoded>
</item>
<item>
<title><![CDATA[Thai String to Hex]]></title>
<link>http://igazga.wordpress.com/2009/02/18/thai-string-to-hex/</link>
<pubDate>Wed, 18 Feb 2009 13:09:10 +0000</pubDate>
<dc:creator>igazga</dc:creator>
<guid>http://igazga.wordpress.com/2009/02/18/thai-string-to-hex/</guid>
<description><![CDATA[/* ** ฟ 0E1F -&gt; E0B89F , ห 0E2B -&gt; E0B8AB ** ก 0E01 -&gt; E0B881 , ด 0E14 -&gt; E0B894 ** ]]></description>
<content:encoded><![CDATA[/* ** ฟ 0E1F -&gt; E0B89F , ห 0E2B -&gt; E0B8AB ** ก 0E01 -&gt; E0B881 , ด 0E14 -&gt; E0B894 ** ]]></content:encoded>
</item>
<item>
<title><![CDATA[Validando CSS, error @charset rule]]></title>
<link>http://daflai.wordpress.com/2009/01/30/validando-css-error-charset-rule/</link>
<pubDate>Fri, 30 Jan 2009 17:17:46 +0000</pubDate>
<dc:creator>leivajd</dc:creator>
<guid>http://daflai.wordpress.com/2009/01/30/validando-css-error-charset-rule/</guid>
<description><![CDATA[Una de mis herramientas favoritas, e indispensable, cuando estoy trabajando es el Web Developer Tool]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Una de mis herramientas favoritas, e indispensable, cuando estoy trabajando es el <a title="Link externo" href="https://addons.mozilla.org/es-ES/firefox/addon/60">Web Developer ToolBar para Firefox,</a> todavía no conozco a alguien que diseñe Sitios Web y no lo utilice.</p>
<p>Una de las opciones que uso muy seguido es el <strong>Validador</strong>, valido el <strong> HTML y CSS</strong> localmente. Hoy, validando y limpiando un archivo CSS, al final me quedaba este error:</p>
<blockquote><p>The @charset rule may only occur at the start of the style sheet. Please check that there are no spaces before it. @charset &#8220;utf-8&#8243;;&#8221;</p></blockquote>
<p>Pase un buen rato dándole vueltas y no encontraba la solución. Casi me vuelvo loco porque después el mensaje de error decía que no estaba incluyendo el @charset.</p>
<p>A pesar de que googlie para ver si encontraba la solución, y la fuente del problema, me di por vencido y deje de validar localmente, y para tener una &#8220;segunda opinión&#8221; utilice el <a title="Link externo" href="http://validator.w3.org/">Markup Validation Service </a>de la <strong>W3C, </strong>y adivinen que, <strong>cero errores,</strong> ni uno, el código era 100% valido!!</p>
<p>Después de muchas vueltas no encontre el porque del error al validar localmente usando el <strong>Web Developer</strong>, parece que es alguna pulga en el addon, pero al menos voy a poder dormir en paz sabiendo que el CSS era valido <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Best Side View Battle System For RPG Maker VX]]></title>
<link>http://pcrpg.wordpress.com/2009/01/27/best-side-view-battle-system-for-rpg-maker-vx/</link>
<pubDate>Tue, 27 Jan 2009 15:31:31 +0000</pubDate>
<dc:creator>spin7777</dc:creator>
<guid>http://pcrpg.wordpress.com/2009/01/27/best-side-view-battle-system-for-rpg-maker-vx/</guid>
<description><![CDATA[Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the sa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3><span style="color:#ff6600;">Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the same interest? Post your currently game and see what others think? Get help on starting up a game? <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new forum!</span></h3>
<h3><span style="text-decoration:underline;"><span style="color:#000080;"><strong><span style="color:#0000ff;">This blog is moving</span><span style="color:#00ccff;"><span style="color:#0000ff;">! <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new blog</span>!</span></strong></span></span></h3>
<p>This Tutorial was request by Jackrmesser in the &#8220;Request A Tutorial!&#8221; section of the blog.</p>
<p>Hope you find this useful. People are constantly saying &#8220;Help! The side view battle system won&#8217;t work for me!&#8221;. If it works for others the problem is that you have not set the system up correctly.</p>
<p>The answers to the most frequently asked questions can be found in this same link I will be posting below.</p>
<h3><span style="text-decoration:underline;"><span style="color:#3366ff;"><strong>STEPS TO GETTING THE SIDE VIEW SYSTEM WORKING</strong></span></span></h3>
<ul>
<li>RPG Tankentai Sideview Battle System&#8221; is by far the best side view battle system for VX currently. Therefore we should use the English translated version of it.</li>
</ul>
<ul>
<li>Go to a community or forum where this script is posted. E.g. I would go <a href="http://www.rpgmakerfun.com">[Link moved to new blog]</a></li>
</ul>
<p><!--[if gte mso 9]&#62;  Normal 0     false false false  EN-GB X-NONE X-NONE              MicrosoftInternetExplorer4              &#60;![endif]--><!--[if gte mso 9]&#62;                                                                                                                                            &#60;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} p 	{mso-style-priority:99; 	mso-margin-top-alt:auto; 	margin-right:0cm; 	mso-margin-bottom-alt:auto; 	margin-left:0cm; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman","serif"; 	mso-fareast-font-family:"Times New Roman";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	line-height:115%;} @page Section1 	{size:595.3pt 841.9pt; 	margin:72.0pt 72.0pt 72.0pt 72.0pt; 	mso-header-margin:35.4pt; 	mso-footer-margin:35.4pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --></p>
<p><!--[if gte mso 10]&#62; &#60;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&#34;Table Normal&#34;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:&#34;&#34;; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:&#34;Calibri&#34;,&#34;sans-serif&#34;; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:&#34;Times New Roman&#34;; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --></p>
<p><!--[endif]--></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Battler sprites!]]></title>
<link>http://pcrpg.wordpress.com/2009/01/21/battler-sprites/</link>
<pubDate>Wed, 21 Jan 2009 17:24:17 +0000</pubDate>
<dc:creator>spin7777</dc:creator>
<guid>http://pcrpg.wordpress.com/2009/01/21/battler-sprites/</guid>
<description><![CDATA[Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the sa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3><span style="color:#ff6600;">Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the same interest? Post your currently game and see what others think? Get help on starting up a game? <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new forum!</span></h3>
<h3><span style="text-decoration:underline;"><span style="color:#000080;"><strong><span style="color:#0000ff;">This blog is moving</span><span style="color:#00ccff;"><span style="color:#0000ff;">! <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new blog</span>!</span></strong></span></span></h3>
<p>Want some more battle sprites for the font view system? Or the side view system? Here are two links I recently came across which contain awesome battle sprites. I recommend you use these in your projects. I&#8217;ll post some quick pics next to the links.</p>
<p>First, for the font view battle system</p>
<div class="wp-caption alignnone" style="width: 375px"><img title="Font View Battle Sprite" src="http://img237.imageshack.us/img237/4963/scarymaskgf5.png" alt="Its a monsterrrr" width="365" height="285" /><p class="wp-caption-text">It&#39;s a monsterrrr</p></div>
<p>^ Wow. It&#8217;s a scary mask&#8230;.thing.</p>
<p><a href="http://www.rpgmakerfun.com"><strong><span style="color:#0000ff;">[LINK REMOVED. AT NEW BLOG.]</span></strong></a></p>
<p>Next, for the side view battle system. And these contain ulimited battlers. You&#8217;ll never need another sprite if you browse through this site.</p>
<p><img class="alignnone" title="Side View Battle System Mermaid" src="http://img91.imageshack.us/img91/83/mermaidyc6.gif" alt="" width="72" height="80" /><img class="alignnone" title="Side View Battle System Santa Clause" src="http://img141.imageshack.us/img141/4032/santaclausehj4.gif" alt="" width="72" height="88" /><img class="alignnone" title="Side View Battle System Pot" src="http://img141.imageshack.us/img141/4750/potvv2.gif" alt="" width="104" height="104" /><img class="alignnone" title="Side View Battle System Shadow Creature" src="http://img413.imageshack.us/img413/8467/shadowthingiy8.gif" alt="" width="64" height="96" /></p>
<p>^ There a load more where these ceom from.</p>
<p><a href="http://www.rpgmakerfun.com"><strong></strong></a><strong><a title="RPG Maker VX blog" href="http://www.video-games-design.com" target="_self"><strong><span style="color:#0000ff;">[LINK REMOVED. AT NEW BLOG.]</span></strong></a></strong></p>
<p>Hope these help you as much as they helped me. =)</p>
<p><span style="color:#0000ff;"><strong>If you can&#8217;t find names to give credit, give credit to the URL&#8217;s.</strong></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Caracteres Especiales]]></title>
<link>http://netzky.wordpress.com/2009/01/02/caracteres-especiales/</link>
<pubDate>Fri, 02 Jan 2009 16:40:17 +0000</pubDate>
<dc:creator>netzky</dc:creator>
<guid>http://netzky.wordpress.com/2009/01/02/caracteres-especiales/</guid>
<description><![CDATA[Si alguna vez en alguna aplicacion que estas desarrollando o pagina web, te has topado con estos car]]></description>
<content:encoded><![CDATA[Si alguna vez en alguna aplicacion que estas desarrollando o pagina web, te has topado con estos car]]></content:encoded>
</item>
<item>
<title><![CDATA[Convert MYSQL to UTF8 character set on Ubuntu 8.10]]></title>
<link>http://loadaveragezero.wordpress.com/2009/01/02/convert-mysql-to-utf8-character-set-on-ubuntu-8-10/</link>
<pubDate>Fri, 02 Jan 2009 00:24:00 +0000</pubDate>
<dc:creator>loadaveragezero</dc:creator>
<guid>http://loadaveragezero.wordpress.com/2009/01/02/convert-mysql-to-utf8-character-set-on-ubuntu-8-10/</guid>
<description><![CDATA[I used the following methods to convert my server to UTF-8, using standard Ubuntu packages, eg mysql]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I used the following methods to convert my server to UTF-8, using standard Ubuntu packages, eg mysql-server from synaptix, nothing had to be recompiled.</p>
<p>They may not work in your environment. Use them at your own risk, and BACKUP everything first. (Preferably test before using it on any production server.) I post them only as a personal memory aid. If you use the information here and your server bursts into flames, you accept responsibility for that. </p>
<p>PuTTY /SSH:<br />In PuTTY 0.60 you can change the option &#8220;Window &#62; Translation &#62; Received data assumed to be in which character set:&#8221; to &#8216;UTF-8&#8242;. After this all received data will be interpreted as UTF-8 and displayed correctly. (For anyone ssh&#8217;ing to the mysql server and using the mysql&#62; prompt from there!)</p>
<p>Bash:<br />try adding something like this to your ~/.bash_profile<br />echo -ne &#8216;\e%G\e[?47h\e%G\e[?47l'<br />There's no point trying to work in UTF-8 if your computer thinks you are speaking ISO 8859-1!! This should even fix vi, so AltGr+4 correctly gives the Euro '€' and AltGr+` [backtick] gives the broken pipe &#8216;¦&#8217;, instead of displaying nothing, or something odd like an accented A¦ pair. (or a dot in bash). Of course, Windows notepad will choke on the extended character, but something like notepad++ will work to display it.</p>
<p>MySQL:<br />A) Edit /etc/mysql/my.cnf, locate the section that starts [mysqld], add the lines below to configure your server, and then restart mysql. This should switch the server to UTF-8 &#8216;mode&#8217;.</p>
<p>[mysqld]<br /># utf8<br />init-connect=&#8217;SET NAMES utf8&#8242;<br />character-set-server=utf8<br />collation-server=utf8_general_ci</p>
<p>B) # /etc/init.d/mysqld restart</p>
<p>afterwards you should find the following all correctly updated to utf-8<br />&#62; Variable        Session value        Global value<br />&#62; character set client        utf8       latin1<br />&#62; character set connection     utf8     latin1<br />&#62; character set database     latin1     latin1<br />&#62; character set results     utf8     latin1<br />&#62; character set server     latin1     latin1<br />&#62; character set system     utf8     utf8<br />&#62; collation connection     utf8_general_ci     latin1_swedish_ci<br />&#62; collation database     latin1_swedish_ci     latin1_swedish_ci<br />&#62; collation server     latin1_swedish_ci     latin1_swedish_ci</p>
<p>This pinched from <a href="https://lists.ubuntu.com/archives/ubuntu-users/2006-February/067367.html">https://lists.ubuntu.com/archives/ubuntu-users/2006-February/067367.html</a> because it was so very useful =)</p>
<p>C) Now follow this guide: <a href="http://www.nicknettleton.com/zine/php/php-utf-8-cheatsheet">http://www.nicknettleton.com/zine/php/php-utf-8-cheatsheet</a> which you can also find copied below. Note that I was able to convert my latin1 encoded database (containing a wordpress blog) and all its tables (one-by-one) into utf8 using the below commands whilst the server was &#8216;hot&#8217; &#8211; but take care! (and backups!!). Put db/table names with hyphens into backticks, e.g. `wp-blog`.</p>
<p>&#8212;&#8212;&#8211;<br />To support worldwide languages, you need to use UTF-8 encoding for your web pages, emails and application, rather than ISO 8859-1 or another common western encoding, since these don&#8217;t support characters used in languages such as Japanese and Chinese.</p>
<p>Happily, UTF-8 is transparent to the core Latin characterset, so you won&#8217;t need to convert all your data to start using UTF-8. But there are a number of other issues to deal with. In particular, because UTF-8 is a multibyte encoding, meaning one character can be represented by more one or more bytes. This causes trouble for PHP, because the language parses and processes strings based on bytes, not characters, and makes mincemeat multibyte strings &#8211; for example, by splitting characters &#8216;in half&#8217;, bodging up regular expressions, and rendering email unreadable.</p>
<p>There are a number of great articles online about UTF-8 and how it works &#8211; Joel Spolski&#8217;s comes to mind &#8211; but very few about how to actually get it working with PHP and iron out all the bugs. So, here to save you the time we put in, is a quick cheatsheet and info about a few common issues.</p>
<p>1. Update your database tables to use UTF-8</p>
<p>CREATE DATABASE db_name<br /> CHARACTER SET utf8<br /> DEFAULT CHARACTER SET utf8<br /> COLLATE utf8_general_ci<br /> DEFAULT COLLATE utf8_general_ci<br /> ;</p>
<p>ALTER DATABASE db_name<br /> CHARACTER SET utf8<br /> DEFAULT CHARACTER SET utf8<br /> COLLATE utf8_general_ci<br /> DEFAULT COLLATE utf8_general_ci<br /> ;</p>
<p>ALTER TABLE tbl_name<br /> DEFAULT CHARACTER SET utf8<br /> COLLATE utf8_general_ci<br /> ;</p>
<p>2. Install the mbstring extension for PHP</p>
<p>Windows: download the dll if it&#8217;s not in your PHP extensions folder, and uncomment the relevant line in your php.ini file: extension=php_mbstring.dll<br />Linux: yum install php-mbstring</p>
<p>3. Configure mbstring</p>
<p>Do this in php.ini, httpd.conf or .htaccess. (Remember to prepend these with &#8216;php_value &#8216; in httpd.conf or .htaccess.)</p>
<p>mbstring.language  = Neutral ; Set default language to Neutral(UTF-8) (default)<br />mbstring.internal_encoding = UTF-8  ; Set default internal encoding to UTF-8<br />mbstring.encoding_translation = On  ;  HTTP input encoding translation is enabled<br />mbstring.http_input  = auto  ; Set HTTP input character set dectection to auto<br />mbstring.http_output  = UTF-8  ; Set HTTP output encoding to UTF-8<br />mbstring.detect_order  = auto  ; Set default character encoding detection order to auto<br />mbstring.substitute_character = none  ; Do not print invalid characters<br />default_charset   = UTF-8  ; Default character set for auto content type header</p>
<p>4. Deal with non-multibyte-safe functions in PHP</p>
<p>The fast-and-loose way to do this is with the following php configuration:</p>
<p>mbstring.func_overload = 7 ; All non-multibyte-safe functions are overloaded with the mbstring alternatives</p>
<p>But there are problems with this. php.net has a warning about this potentially affecting the whole server. And even if this isn&#8217;t an issue for you, mbstring can make a mess of binary strings.</p>
<p>So, a better route is to search your application code for the following functions, and replace them with mbstring&#8217;s &#8217;slot-in&#8217; alternatives:</p>
<p>mail()  -&#62; mb_send_mail()<br />strlen() -&#62; mb_strlen() <br />strpos() -&#62; mb_strpos()<br />strrpos() -&#62; mb_strrpos()<br />substr() -&#62; mb_substr()<br />strtolower() -&#62; mb_strtolower()<br />strtoupper() -&#62; mb_strtoupper()<br />substr_count() -&#62; mb_substr_count()<br />ereg()  -&#62; mb_ereg()<br />eregi()  -&#62; mb_eregi()<br />ereg_replace() -&#62; mb_ereg_replace()<br />eregi_replace() -&#62; mb_eregi_replace() <br />split()  -&#62; mb_split()</p>
<p>5. Sort out HTML entities</p>
<p>The htmlentities() function doesn&#8217;t work automatically with multibyte strings. To save time, you&#8217;ll want to create a wrapper function and use this instead:</p>
<p>/**<br /> * Encodes HTML safely for UTF-8. Use instead of htmlentities.<br /> *<br /> * @param string $var<br /> * @return string<br /> */<br />function html_encode($var)<br />{<br /> return htmlentities($var, ENT_QUOTES, &#8216;UTF-8&#8242;) ;<br />}</p>
<p>6. Check content-type headers</p>
<p>Check through your code for any text-based content-type headers, and append the UTF-8 charset, so the browser knows what it&#8217;s working with:</p>
<p>header(&#8216;Content-type: text/html; charset=UTF-8&#8242;) ;</p>
<p>You should also repeat this at the top of HTML pages:<br />(replace square brackets with angle ones!!)</p>
<p>[meta http-equiv="Content-type" value="text/html; charset=UTF-8" /]</p>
<p>7. Update email scripts</p>
<p>Email can be tricky. You&#8217;ll need to update the content-type for any emails and text-based mime parts to use UTF-8 encoding. You&#8217;ll also need to alter the way in which headers are encoded to use UTF-8. mbstring provides a function mb_encode_mimeheader() to handle this for you, but it does make a mess of address lists: you&#8217;ll need to encoding the name and address parts seperately, then compile them into an address list.</p>
<p>Be sure to encode the subject and other headers too &#8211; Korean speakers will tend to put Korean text for the subject.</p>
<p>9. Check binary files and strings</p>
<p>Finally, double check any binary files and strings handled by PHP, particularly uploads, downloads and encryption. In some cases it may be necessary to revert to ASCII just before a download or processing a binary string.</p>
<p>&#8212;&#8212;&#8211;</p>
<p>MySQL clients:<br />Check the options in your mysql clients &#8211; should be switched to UTF8 mode also, or you might get your results in latin1, or something wierd like that.</p>
<p>Perhaps use tips from <a href="http://tlug.dnho.net/?q=node/276">http://tlug.dnho.net/?q=node/276</a> if you are trying to mysqldump &#38; restore from latin1 to utf8.</p>
<p>PHP:<br />Use the above to set your PHP / front end into UTF8 (see mbstrings section).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Results of the survey are in!]]></title>
<link>http://pcrpg.wordpress.com/2008/12/31/results-of-the-survey-are-in/</link>
<pubDate>Wed, 31 Dec 2008 19:49:49 +0000</pubDate>
<dc:creator>spin7777</dc:creator>
<guid>http://pcrpg.wordpress.com/2008/12/31/results-of-the-survey-are-in/</guid>
<description><![CDATA[Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the sa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3><span style="color:#ff6600;">Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the same interest? Post your currently game and see what others think? Get help on starting up a game? <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new forum!</span></h3>
<h3><span style="text-decoration:underline;"><span style="color:#000080;"><strong><span style="color:#0000ff;">This blog is moving</span><span style="color:#00ccff;"><span style="color:#0000ff;">! <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new blog</span>!</span></strong></span></span></h3>
<p>Behold the results. It took a while to gather 100 responces, but hopefully it&#8217;ll help you all with your games. xPP</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/0PIqhYcAcx8&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/0PIqhYcAcx8&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[O que fazer quando os acentos nas páginas não funcionam]]></title>
<link>http://mgasparin.wordpress.com/2008/12/26/o-que-fazer-quando-os-acentos-nas-paginas-nao-funcionam/</link>
<pubDate>Fri, 26 Dec 2008 11:32:27 +0000</pubDate>
<dc:creator>mgasparin</dc:creator>
<guid>http://mgasparin.wordpress.com/2008/12/26/o-que-fazer-quando-os-acentos-nas-paginas-nao-funcionam/</guid>
<description><![CDATA[por Marcos Elias Era normal com quem mexia com sites (e ainda é), agora é comum ver isso com quem me]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="HOTWordsTxt">
<p>por Marcos Elias</p>
<p>Era normal com quem mexia com sites (e ainda é), agora é comum ver isso com quem mexe com blogs, especialmente editando os  arquivos de temas, como do WordPress.</p>
<p>A questão é que… Dependendo da codificação usada no arquivo, ela pode ser incompatível com os acentos da língua portuguesa (assim como outros caracteres de outras línguas), visto que no inglês não tem acentos. Então não se pode colocar acentos nos arquivos, por exemplo nos temas do WordPress. Em vez dos acentos, deve-se inserir o código HTML correspondente &#8211; sim, cada letra acentuada tem um código.</p>
<p>O formato UNICODE suporta os acentos e uma infinidade de caracteres, mas nem todos os  editores oferecem suporte corretamente. Acentuar diretamente na página pode fazer com que ela não seja exibida corretamente se uma tag META informando a codificação usada não for definida na página (falo disso brevemente no final do artigo). Geralmente nos erros de codificação, os acentos serão trocados por caracteres nada a ver, risquinhos, quadradinhos ou caracteteres que lembram idiomas orientais, como japonês, chinês, etc.</p>
<p>Ao editar texto em páginas da web, muitas vezes há a devida conversão ou reconhecimento &#8211; por exemplo, ao postar um artigo no WordPress ou no Blogger, você pode digitar diretamente com acentos. Mas ao editar um tema para WordPress, se incluir os acentos, pode ser que na exibição eles fiquem zuados.</p>
<p>Em vez de colocar os acentos, coloque os códigos das letras acentuadas. Há uma tabela aqui:</p>
<p>Letras acentuadas:<br />
<a href="http://www.mephost.com/br/dica001_caracteresesp.html" target="_blank">http://www.mephost.com/br/dica001_caracteresesp.html</a></p>
<p>Alguns caracteres especiais:<br />
<a href="http://www.mephost.com/br/caracteres.htm" target="_blank">http://www.mephost.com/br/caracteres.htm</a></p>
<p>Por exemplo, em vez de colocar á, se coloca &#38;aacute;. Em vez de é, &#38;eacute;. Não estranhe, mas as palavras ficariam assim:</p>
<p>- Coment&#38;aacute;rios<br />
- Experi&#38;ecirc;ncia<br />
- Almo&#38;ccedil;o</p>
<p>Sendo exibidas corretamente no navegador.</p>
<p>Na tabela você pode pegar os códigos para os outros caracteres, e ver como eles se formam (para as letras acentuadas, basta decorar um modelo e trocar a letra que será usada). Alguns editores de HTML visual (como Dreamweaver) convertem automaticamente os caracteres digitados para o código correspondente, mas outros não. Se usar um editor de textos puro, deverá fazer isso manualmente.</p>
<p>O <a href="http://www.mephost.com/software/meptexto" target="_blank">Mep Texto</a> pode substituir todos os acentos por caracteres acentuados indo ao menu &#8220;HTML &#62; Converter acentos em código HTML&#8221; (só tem um bug ainda não corrigido, ao converter o acento circunflexo no &#8220;e&#8221;, fica faltando o ponto-e-vírgula final).</p>
<p>Todavia, você pode usar acentos se configurar as páginas para usarem a codificação ISO-8859-1, adicionando isso no header, cabeçalho (entre &#60;HEAD&#62; e &#60;/HEAD&#62;):</p>
<p align="left">&#60;META HTTP-EQUIV=&#8221;Content-Type&#8221; CONTENT=&#8221;text/html; charset=ISO-8859-1&#8243;&#62;</p>
<p>Em algumas páginas estáticas, isso não produzia efeito comigo (e para os clientes, usuários, não seria agradável ficar escolhendo a codificação manualmente no navegador). Adicionando essas entradas no arquivo .htaccess (no caso de um servidor Apache no Linux), funcionou corretamente:</p>
<p>AddType &#8216;text/html; charset=ISO-8859-1&#8242; html<br />
AddType &#8216;text/html; charset=ISO-8859-1&#8242; htm</p>
<p>No entanto, modificar o .htaccess e o cabeçalho do tema do WordPress é bobeira, já que o WordPress é desenvolvido em unicode, tendo em vista plugins e recursos em Unicode. Nas configurações do WordPress pode-se escolher outra codificação, mas é bom usar o Unicode, tomando o cuidado ao editar os temas, preferindo usar os caracteres especiais. Estas duas últimas dicas (de adicionar as entradas no .htaccess ou no &#60;HEAD&#62; da página) são melhores para páginas estáticas..</p>
<p>E para finalizar… Se você está no lado de um usuário, vendo um site com os acentos zuados, nada pode fazer para corrigi-lo no site. Mas pode (pelo menos, tentar) ajustar a codificação no seu programa cliente. Se abrir um site com caracteres problemáticos, experimente usar a detecção automática de codificação, ou então Ocidental (ISO-8859-1) ou Unicode. No Firefox ou no Internet Explorer, pode-se fazer isso pelo menu &#8220;Exibir &#62; Codificação&#8221;.</p>
<p>Note que alguns caracteres unicode não são suportados por alguns sistemas operacionais (incluindo versões antigas de Windows e o Windows XP, em alguns casos), e outros dependem da existência de fontes de outros idiomas instaladas no seu computador.</p></div>
<p> </p>
<p> </p>
<p>Fonte: http://www.explorando.viamep.com/2008/07/caracteres-especiais-e-codificacao.html</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Easter Bunny Egg Maze]]></title>
<link>http://pcrpg.wordpress.com/2008/12/24/easter-bunny-egg-maze-make-sure-you-check-it-out/</link>
<pubDate>Wed, 24 Dec 2008 19:03:09 +0000</pubDate>
<dc:creator>spin7777</dc:creator>
<guid>http://pcrpg.wordpress.com/2008/12/24/easter-bunny-egg-maze-make-sure-you-check-it-out/</guid>
<description><![CDATA[Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the sa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><!--[if gte mso 9]&#62;  Normal 0     false false false  EN-GB X-NONE X-NONE              MicrosoftInternetExplorer4              &#60;![endif]--><!--[if gte mso 9]&#62;                                                                                                                                            &#60;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:595.3pt 841.9pt; 	margin:72.0pt 72.0pt 72.0pt 72.0pt; 	mso-header-margin:35.4pt; 	mso-footer-margin:35.4pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]&#62; &#60;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&#34;Table Normal&#34;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:&#34;&#34;; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:&#34;Calibri&#34;,&#34;sans-serif&#34;; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:&#34;Times New Roman&#34;; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif]--></p>
<h3><span style="color:#ff6600;">Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the same interest? Post your currently game and see what others think? Get help on starting up a game? <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new forum!</span></h3>
<h3><span style="text-decoration:underline;"><span style="color:#000080;"><strong><span style="color:#0000ff;">This blog is moving</span><span style="color:#00ccff;"><span style="color:#0000ff;">! <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new blog</span>!</span></strong></span></span></h3>
<p class="MsoNormal">Wow. Here&#8217;s a fantastic video to a RPG Maker VX project in works by <span style="color:#000080;"><strong><span style="text-decoration:underline;">SkyDreamers</span></strong></span>! This project is worthwhile playing and keeping a check on. You may find it to help you come up with inspirational and fascinating ideas in your own RPGcreation. After all, minigames are a huge amount of fun to play. I&#8217;ll post the video below.</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/cKIHZZzGvVI&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/cKIHZZzGvVI&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>^ For more information on what Skydeamer&#8217;s is about, or any information on this minigame project , check out the official website found in the link page and at the end of this post.</p>
<h2><strong><a title="SkyDreamers Easter Bunny Egg Maze" href="http://www.skydreamers.co.nr" target="_self">http://www.skydreamers.co.nr</a></strong></h2>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HAVE YOUR SAY ON WHAT SHOULD APPEAR IN VX PROJECTS!]]></title>
<link>http://pcrpg.wordpress.com/2008/12/24/have-your-say-on-the-game-today/</link>
<pubDate>Wed, 24 Dec 2008 15:48:36 +0000</pubDate>
<dc:creator>spin7777</dc:creator>
<guid>http://pcrpg.wordpress.com/2008/12/24/have-your-say-on-the-game-today/</guid>
<description><![CDATA[Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the sa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3><span style="color:#ff6600;">Found this post useful? Want to find more resources? Discuss RPG gaming with others who share the same interest? Post your currently game and see what others think? Get help on starting up a game? <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new forum!</span></h3>
<h3><span style="text-decoration:underline;"><span style="color:#000080;"><strong><span style="color:#0000ff;">This blog is moving</span><span style="color:#00ccff;"><span style="color:#0000ff;">! <a title="RPG Maker Fun" href="http://www.rpgmakerfun.com">Click Here</a> to go to the new blog</span>!</span></strong></span></span></h3>
<p>You can now have your say on what features you would like to see in the project by filling in this quick survey found here!</p>
<p>I will post all results on this webblog once I collected them. I will also create bar charts and the likes using MS Excel spreadsheet if I get enough votes in.</p>
<p><span style="color:#000080;"><span style="text-decoration:underline;"><strong>If you are stuck creating your own game this could be a huge help for you!</strong></span></span></p>
<p><a href="http://www.rpgmakerfun.com">[Link move to new blog]</a></p>
<p>=)</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
