<link href="/assets/64d0ba83aa42c90354ff97799bcfc0c2.css" type="text/css" rel="stylesheet"> <script src="/assets/6fd6663d5303bb7eda3ef7493fc29db6.js"></script> <script> $(document).ready(function() { anchors.options = { visible: 'hover', placement: 'right', truncate: 64 }; anchors.add('#body h2, #body h3, #body h4, #body h5'); }); </script> <script> hljs.initHighlightingOnLoad(); </script>

<h2>Outils pour l'encodage de caractères</h2> <ul> <li>Convertisseur en ligne de commande sous Linux : <strong>iconv</strong></li> <li>Convertisseur sous linux et windows : <strong>recode</strong></li> <li><a href="/outils/encoding/detect_Encoding.pl.zip">Script en perl</a> pour la détection de l’encodage (basé sur l’algorithme de Mozilla)</li> </ul>