<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://php.apsique.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Php y otras yerbas - Resolución del error en el algoritmo de detección de UTF-8 - Comentarios</title>
 <link>http://php.apsique.com/contenido/resolucion_del_error_algoritmo_deteccion_utf_8</link>
 <description>Comentarios para &quot;Resolución del error en el algoritmo de detección de UTF-8&quot;</description>
 <language>es</language>
<item>
 <title>Jajajajaj</title>
 <link>http://php.apsique.com/contenido/resolucion_del_error_algoritmo_deteccion_utf_8#comment-18572</link>
 <description>&lt;p&gt;Buena...&lt;br /&gt;
Igual, mientras armaba el detector de UTF-8, me pillé un muy buen artículo sobre los operadores, pero para C. Lo voy a buscar y pondré el link.&lt;/p&gt;
</description>
 <pubDate>Tue, 31 Jan 2006 23:41:43 -0800</pubDate>
 <dc:creator>clbustos</dc:creator>
 <guid isPermaLink="false">comment 18572 at http://php.apsique.com</guid>
</item>
<item>
 <title>Básicamente, el capitulo Ope</title>
 <link>http://php.apsique.com/contenido/resolucion_del_error_algoritmo_deteccion_utf_8#comment-18571</link>
 <description>&lt;p&gt;Básicamente, el capitulo &lt;a href=&quot;http://www.php.net/manual/es/language.operators.bitwise.php&quot;&gt;Operadores Bit a Bit&lt;/a&gt; del manual de PHP. Me suena a chino...&lt;/p&gt;
</description>
 <pubDate>Tue, 31 Jan 2006 23:27:55 -0800</pubDate>
 <dc:creator>Rinoceronte Final</dc:creator>
 <guid isPermaLink="false">comment 18571 at http://php.apsique.com</guid>
</item>
<item>
 <title>Una alternativa</title>
 <link>http://php.apsique.com/contenido/resolucion_del_error_algoritmo_deteccion_utf_8#comment-18562</link>
 <description>&lt;p&gt;En mi caso, lo que me gusta hacer es tener todo lo en UTF-8 en plantillas html, que cargo después con PHP, en prístino ISO-8859-1.&lt;br /&gt;
Quedé metido con lo de las operaciones con bits. ¿Qué cosa necesitas, precisamente? La verdad, tampoco soy muy bueno; tuve que jugar con ensayo y error para dar bien con la formula :P&lt;/p&gt;
</description>
 <pubDate>Tue, 31 Jan 2006 06:33:46 -0800</pubDate>
 <dc:creator>clbustos</dc:creator>
 <guid isPermaLink="false">comment 18562 at http://php.apsique.com</guid>
</item>
<item>
 <title>Yo también te diría que no</title>
 <link>http://php.apsique.com/contenido/resolucion_del_error_algoritmo_deteccion_utf_8#comment-18561</link>
 <description>&lt;p&gt;Yo también te diría que no es necesario tener los archivos PHP en UTF-8. Para enviar código a PEAR es requisito que estén en latin-1, por lo que no parece imprescindible para trabajar con UTF-8.&lt;br /&gt;
En cambio, no me atrevo a afirmarlo rotundamente, pero si que diría que es necesario, el usar las funciones mb_*() para tratar cadenas de texto en UTF-8. O sobreescribir las funciones estándar, con las mb_*() mediante mbstring.func_overload en el php.ini.&lt;/p&gt;
&lt;p&gt;Yo escribo todos los PHP en UTF-8, bajo la idea de que me producirá más beneficidos a largo plazo que perdidas. De momento puedo decir que no es así, pero como ya estoy en ello, no me voy a echar atrás...&lt;br /&gt;
Solo decir que si a alguien se le ocurre hacer lo mismo que yo, (como punta del iceberg), que vigile al guardar los archivos. Tendrá que hacerlo SIEMPRE sin añadir el BOM. De lo contrario, ese BOM será enviado antes que cualquier cosa, e impedirá enviar cabeceras HTTP a través de PHP.&lt;/p&gt;
&lt;p&gt;Por cierto clbustos, que te parece hacer un post futuro sobre las operaciones con bits? Con estas funciones para detectar UTF-8 me he dado cuenta que soy un negado en el asunto. Como simple aficionado que soy, siempre he trabajado con cadenas de texto (no necesitaba más), por lo que no se operar con bits. (Ahora es cuando me señalan con el dedo y se rien). :-P&lt;/p&gt;
</description>
 <pubDate>Tue, 31 Jan 2006 06:07:34 -0800</pubDate>
 <dc:creator>Rinoceronte Final</dc:creator>
 <guid isPermaLink="false">comment 18561 at http://php.apsique.com</guid>
</item>
<item>
 <title>OT</title>
 <link>http://php.apsique.com/contenido/resolucion_del_error_algoritmo_deteccion_utf_8#comment-18551</link>
 <description>&lt;p&gt;Te toco :)&lt;/p&gt;
&lt;p&gt;http://eldiabloenlosdetalles.net/2006/01/30/mis-5-habitos-%c2%bfraros/&lt;/p&gt;
</description>
 <pubDate>Mon, 30 Jan 2006 16:50:35 -0800</pubDate>
 <dc:creator>Edeld</dc:creator>
 <guid isPermaLink="false">comment 18551 at http://php.apsique.com</guid>
</item>
<item>
 <title>No creo...</title>
 <link>http://php.apsique.com/contenido/resolucion_del_error_algoritmo_deteccion_utf_8#comment-18509</link>
 <description>&lt;p&gt;Te diría que no... recuerda que UTF-8 funciona bien con ASCII y como la plantilla original de todo está escrito en inglés, no debería haber ningún problema de codificación.&lt;/p&gt;
</description>
 <pubDate>Sat, 28 Jan 2006 14:16:24 -0800</pubDate>
 <dc:creator>clbustos</dc:creator>
 <guid isPermaLink="false">comment 18509 at http://php.apsique.com</guid>
</item>
<item>
 <title>A propósito de UTF-8</title>
 <link>http://php.apsique.com/contenido/resolucion_del_error_algoritmo_deteccion_utf_8#comment-18504</link>
 <description>&lt;p&gt;Estoy montando un blog con Wordpress. La base de datos está en UTF-8, cada tabla y cada campo de la base está en UTF-8. Los correspondientes METAS están definidos para UTF-8. ¿Es necesario pasar todos los archivos a UTF-8? (Wordpress trae los archivos como ANSI).&lt;/p&gt;
</description>
 <pubDate>Sat, 28 Jan 2006 09:07:30 -0800</pubDate>
 <dc:creator>Raspu</dc:creator>
 <guid isPermaLink="false">comment 18504 at http://php.apsique.com</guid>
</item>
<item>
 <title>Resolución del error en el algoritmo de detección de UTF-8</title>
 <link>http://php.apsique.com/contenido/resolucion_del_error_algoritmo_deteccion_utf_8</link>
 <description>&lt;p&gt;Bueno, ahora resuelvo el misterio por el tema del error en el algoritmo de detección de UTF-8. &lt;/p&gt;
&lt;p&gt;Es muy simple, la verdad: hay que verificar en la condición final, que el contador esté en 0. Si no lo está, significa que hay una cadena UTF-8 malformada. Por tanto, sería bueno crear una nueva constante, que definiera a un UTF-8 mal formado. &lt;/p&gt;
&lt;p&gt;El código en Ruby sería algo como lo que sigue. Para el resto de los lenguajes, habría que hacer la modificación correspondiente, que se las dejo de ejercicio&lt;/p&gt;
&lt;div class=&#039;code&#039;&gt;&lt;div class=&quot;hl-main&quot;&gt;&lt;ol class=&quot;hl-main&quot;&gt;&lt;li&gt;&amp;nbsp;&lt;span class=&quot;hl-reserved&quot;&gt;require&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;iconv&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;class&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;String&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;encoding&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;cuenta&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;    &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ascii&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;true&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;each_byte&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;{|&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;byte&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;|&lt;/li&gt;
&lt;li&gt;&amp;nbsp; &lt;/li&gt;
&lt;li&gt;&amp;nbsp;        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;cuenta&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;byte&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;gt;&amp;gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;6&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; != &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;b10&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;                &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;iso8859&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;                &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;cuenta&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;-=&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;end&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;elsif&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;byte&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;amp; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0x80&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;            &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ascii&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;false&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;byte&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;gt;&amp;gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;5&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; == &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;b110&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/li&gt;
&lt;li&gt;&amp;nbsp;                &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;cuenta&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;elsif&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;byte&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;gt;&amp;gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; == &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;b1110&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;                &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;cuenta&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;elsif&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;byte&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &amp;gt;&amp;gt; &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; == &lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;0&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;b11110&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;                &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;cuenta&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;hl-number&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;else&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;                &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;iso8859&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;            &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;end&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;end&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;    }&lt;/li&gt;
&lt;li&gt;&amp;nbsp;        &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;utf8_incorrecto&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;if&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;!&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ascii&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;and&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;cuenta&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;return&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;ascii&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; ? &lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;ascii&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;utf8&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;end&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;def&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;to_utf8&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;        &lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;encoding&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;==&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;iso8859&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&#039;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; ? &lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;Iconv&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;utf-8&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-string&quot;&gt;iso-8859-1&lt;/span&gt;&lt;span class=&quot;hl-quotes&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;iconv&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;hl-identifier&quot;&gt;to_s&lt;/span&gt;&lt;span class=&quot;hl-brackets&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt; : &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;self&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;    &lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;end&lt;/span&gt;&lt;span class=&quot;hl-code&quot;&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;hl-reserved&quot;&gt;end&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <comments>http://php.apsique.com/contenido/resolucion_del_error_algoritmo_deteccion_utf_8#comments</comments>
 <category domain="http://php.apsique.com/categoria/temas_generales/programacion">Programación</category>
 <category domain="http://php.apsique.com/lenguajes/ruby">Ruby</category>
 <pubDate>Thu, 12 Jan 2006 13:38:05 -0800</pubDate>
 <dc:creator>clbustos</dc:creator>
 <guid isPermaLink="false">539 at http://php.apsique.com</guid>
</item>
</channel>
</rss>
