help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to change file coding system


From: Pascal Bourguignon
Subject: Re: how to change file coding system
Date: Fri, 12 Aug 2005 17:52:33 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Martin Monsorno <mmonsorno@gmx-gmbh.de> writes:
> �
>
> doesn't seem like an 'ü' to me

Neither to me. The three bytes I received were ef, bf and bd, displayed as:

"LATIN_SMALL_LETTER_I_WITH_DIAERESIS" 
"INVERTED_QUESTION_MARK" 
"VULGAR_FRACTION_ONE_HALF" 

in the iso-8859-1 encoding of the message.  If you want to send us
unicode character you'd better use utf-8!

$ od -t x1 /tmp/a
0000000 ef bf bd 0a
0000004

$ cat /tmp/a # I've got a utf-8 terminal
�
and this is a unicode "REPLACEMENT_CHARACTER".



> the umlauts are not de-/encoded correctly, don't know whom to blame
> (however, most of the times it's eclipse).  and i also don't know how
> to handle this problem.

If you were expecting a ü, then it's not utf-8.  You have to know what
encoding it is exactly.



What's sure, is that it's not a ü in any known encoding:

$ for encoding in $(iconv -l|sed -e '1,/^$/d' -e /:/d -e s-//--) ; do 
     printf "%24s " "$encoding" ;
     ch=$( iconv -f $encoding -t utf-8 </tmp/a || echo bad ) ;
     case "$ch" in 
     *bad) ;; 
     ü) echo "*** GOT ü ***" ;; 
     *) echo "got $ch" ;; 
     esac ; 
  done

                     437 got �
                     500 got ÕרŽ
                   500V1 got ÕרŽ
                     850 got ´┐¢
                     851 got ´┐Ξ
                     852 got ´┐Ż
                     855 got №┐й
                     856 got ´┐¢
                     857 got ´┐¢
                     860 got �
                     861 got �
                     862 got �
                     863 got �
                     864 got ﻡ؟ﺵ
                     865 got �
                     866 got я┐╜
                  866NAV got я┐╜
                     869 got ΄┐Ξ
                     874 got ๏ฟฝ
                     904 iconv: illegal input sequence at position 0
                    1026 got ÕרŽ
                    1046 got ُ؟ﺿ
                    1047 got Õ×]Ž
                  8859_1 got �
                  8859_2 got ďż˝
                  8859_3 got ïż½
                  8859_4 got īŋŊ
                  8859_5 got яПН
                  8859_6 iconv: illegal input sequence at position 2
                  8859_7 got οΏ½
                  8859_8 iconv: illegal input sequence at position 1
                  8859_9 got �
          ANSI_X3.4-1968 iconv: illegal input sequence at position 0
          ANSI_X3.4-1986 iconv: illegal input sequence at position 0
               ANSI_X3.4 iconv: illegal input sequence at position 0
        ANSI_X3.110-1983 got ʼn¿½
             ANSI_X3.110 got ʼn¿½
                  ARABIC iconv: illegal input sequence at position 2
                 ARABIC7 iconv: illegal input sequence at position 0
               ARMSCII-8 got տէզ
                   ASCII iconv: illegal input sequence at position 0
                ASMO-708 iconv: illegal input sequence at position 2
                ASMO_449 iconv: illegal input sequence at position 0
                  BALTIC got ļæ½
                   BIG-5 iconv: illegal input sequence at position 2
                BIG-FIVE iconv: illegal input sequence at position 2
              BIG5-HKSCS iconv: illegal input sequence at position 2
                    BIG5 iconv: illegal input sequence at position 2
               BIG5HKSCS iconv: illegal input sequence at position 2
                 BIGFIVE iconv: illegal input sequence at position 2
                 BS_4730 iconv: illegal input sequence at position 0
                      CA iconv: illegal input sequence at position 0
                 CN-BIG5 iconv: illegal input sequence at position 2
                   CN-GB iconv: illegal input sequence at position 2
                      CN iconv: illegal input sequence at position 0
                   CP-AR iconv: illegal input sequence at position 0
                   CP-GR got ΄┐Ξ
                   CP-HU got �
                   CP037 got ÕרŽ
                   CP038 iconv: illegal input sequence at position 0
                   CP273 got ÕרŽ
                   CP274 iconv: illegal input sequence at position 0
                   CP275 iconv: illegal input sequence at position 0
                   CP278 got ÕרŽ
                   CP280 got ÕרŽ
                   CP281 iconv: illegal input sequence at position 0
                   CP282 got ÕרŽ
                   CP284 got Õ×~Ž
                   CP285 got ÕרŽ
                   CP290 iconv: illegal input sequence at position 0
                   CP297 got Õ×~Ž
                   CP367 iconv: illegal input sequence at position 0
                   CP420 got ٥هنŽ
                   CP423 got üψφŽ
                   CP424 iconv: illegal input sequence at position 0
                   CP437 got �
                   CP500 got ÕרŽ
                   CP737 got Ύ┐╜
                   CP775 got ’┐Į
                   CP813 got οΏ½
                   CP819 got �
                   CP850 got ´┐¢
                   CP851 got ´┐Ξ
                   CP852 got ´┐Ż
                   CP855 got №┐й
                   CP856 got ´┐¢
                   CP857 got ´┐¢
                   CP860 got �
                   CP861 got �
                   CP862 got �
                   CP863 got �
                   CP864 got ﻡ؟ﺵ
                   CP865 got �
                   CP866 got я┐╜
                CP866NAV got я┐╜
                   CP868 iconv: illegal input sequence at position 0
                   CP869 got ΄┐Ξ
                   CP870 got ŐרŽ
                   CP871 got ÕרŽ
                   CP874 got ๏ฟฝ
                   CP875 got ¬ψφŽ
                   CP880 got ЫГЕŽ
                   CP891 iconv: illegal input sequence at position 0
                   CP903 iconv: illegal input sequence at position 0
                   CP904 iconv: illegal input sequence at position 0
                   CP905 got ĠרŽ
                   CP912 got ďż˝
                   CP915 got яПН
                   CP916 iconv: illegal input sequence at position 1
                   CP918 iconv: illegal input sequence at position 0
                   CP920 got �
                   CP922 got �
                   CP930 iconv: illegal input sequence at position 0
                   CP932 iconv: illegal input sequence at position 0
                   CP933 iconv: illegal input sequence at position 0
                   CP935 iconv: illegal input sequence at position 0
                   CP936 iconv: illegal input sequence at position 2
                   CP937 iconv: illegal input sequence at position 0
                   CP939 iconv: illegal input sequence at position 0
                   CP949 iconv: illegal input sequence at position 2
                   CP950 iconv: illegal input sequence at position 2
                  CP1004 got �
                  CP1026 got ÕרŽ
                  CP1046 got ُ؟ﺿ
                  CP1047 got Õ×]Ž
                  CP1070 got ÕרŽ
                  CP1079 got Õ×~Ž
                  CP1081 got Õ×~Ž
                  CP1084 got ÕרŽ
                  CP1089 iconv: illegal input sequence at position 2
                  CP1124 got яПН
                  CP1125 got я┐╜
                  CP1129 got �
                  CP1132 iconv: illegal input sequence at position 0
                  CP1133 iconv: illegal input sequence at position 0
                  CP1160 got ๊ิาŽ
                  CP1161 got ๏ฟฝ
                  CP1162 got ๏ฟฝ
                  CP1163 got �
                  CP1164 got ƠלŽ
                  CP1250 got ďż˝
                  CP1251 got пїЅ
                  CP1252 got �
                  CP1253 got οΏ½
                  CP1254 got �
                  CP1255 got ן¿½
                  CP1256 got ï؟½
                  CP1257 got ļæ½
                  CP1258 got �
                  CP1361 iconv: illegal input sequence at position 2
                 CP10007 got пњљ
                CPIBM861 got �
                  CSA7-1 iconv: illegal input sequence at position 0
                  CSA7-2 iconv: illegal input sequence at position 0
                 CSASCII iconv: illegal input sequence at position 0
           CSA_T500-1983 got ʼn¿½
                CSA_T500 got ʼn¿½
       CSA_Z243.4-1985-1 iconv: illegal input sequence at position 0
       CSA_Z243.4-1985-2 iconv: illegal input sequence at position 0
         CSA_Z243.419851 iconv: illegal input sequence at position 0
         CSA_Z243.419852 iconv: illegal input sequence at position 0
                CSDECMCS got �
            CSEBCDICATDE iconv: illegal input sequence at position 0
           CSEBCDICATDEA iconv: illegal input sequence at position 0
            CSEBCDICCAFR iconv: illegal input sequence at position 0
            CSEBCDICDKNO iconv: illegal input sequence at position 0
           CSEBCDICDKNOA iconv: illegal input sequence at position 0
              CSEBCDICES iconv: illegal input sequence at position 0
             CSEBCDICESA iconv: illegal input sequence at position 0
             CSEBCDICESS iconv: illegal input sequence at position 0
            CSEBCDICFISE iconv: illegal input sequence at position 0
           CSEBCDICFISEA iconv: illegal input sequence at position 0
              CSEBCDICFR iconv: illegal input sequence at position 0
              CSEBCDICIT iconv: illegal input sequence at position 0
              CSEBCDICPT iconv: illegal input sequence at position 0
              CSEBCDICUK iconv: illegal input sequence at position 0
              CSEBCDICUS iconv: illegal input sequence at position 0
                 CSEUCKR iconv: illegal input sequence at position 2
     CSEUCPKDFMTJAPANESE iconv: illegal input sequence at position 2
                CSGB2312 iconv: illegal input sequence at position 2
              CSHPROMAN8 got ÿ¢§
                CSIBM037 got ÕרŽ
                CSIBM038 iconv: illegal input sequence at position 0
                CSIBM273 got ÕרŽ
                CSIBM274 iconv: illegal input sequence at position 0
                CSIBM275 iconv: illegal input sequence at position 0
                CSIBM277 got ÕרŽ
                CSIBM278 got ÕרŽ
                CSIBM280 got ÕרŽ
                CSIBM281 iconv: illegal input sequence at position 0
                CSIBM284 got Õ×~Ž
                CSIBM285 got ÕרŽ
                CSIBM290 iconv: illegal input sequence at position 0
                CSIBM297 got Õ×~Ž
                CSIBM420 got ٥هنŽ
                CSIBM423 got üψφŽ
                CSIBM424 iconv: illegal input sequence at position 0
                CSIBM500 got ÕרŽ
                CSIBM851 got ´┐Ξ
                CSIBM855 got №┐й
                CSIBM856 got ´┐¢
                CSIBM857 got ´┐¢
                CSIBM860 got �
                CSIBM863 got �
                CSIBM864 got ﻡ؟ﺵ
                CSIBM865 got �
                CSIBM866 got я┐╜
                CSIBM868 iconv: illegal input sequence at position 0
                CSIBM869 got ΄┐Ξ
                CSIBM870 got ŐרŽ
                CSIBM871 got ÕרŽ
                CSIBM880 got ЫГЕŽ
                CSIBM891 iconv: illegal input sequence at position 0
                CSIBM903 iconv: illegal input sequence at position 0
                CSIBM904 iconv: illegal input sequence at position 0
                CSIBM905 got ĠרŽ
                CSIBM918 iconv: illegal input sequence at position 0
                CSIBM922 got �
                CSIBM930 iconv: illegal input sequence at position 0
                CSIBM932 iconv: illegal input sequence at position 0
                CSIBM933 iconv: illegal input sequence at position 0
                CSIBM935 iconv: illegal input sequence at position 0
                CSIBM937 iconv: illegal input sequence at position 0
                CSIBM939 iconv: illegal input sequence at position 0
                CSIBM943 iconv: illegal input sequence at position 0
               CSIBM1026 got ÕרŽ
               CSIBM1124 got яПН
               CSIBM1129 got �
               CSIBM1132 iconv: illegal input sequence at position 0
               CSIBM1133 iconv: illegal input sequence at position 0
               CSIBM1160 got ๊ิาŽ
               CSIBM1161 got ๏ฟฝ
               CSIBM1163 got �
               CSIBM1164 got ƠלŽ
           CSIBM11621162 got ๏ฟฝ
     CSISO4UNITEDKINGDOM iconv: illegal input sequence at position 0
          CSISO10SWEDISH iconv: illegal input sequence at position 0
  CSISO11SWEDISHFORNAMES iconv: illegal input sequence at position 0
       CSISO14JISC6220RO iconv: illegal input sequence at position 0
          CSISO15ITALIAN iconv: illegal input sequence at position 0
        CSISO16PORTUGESE iconv: illegal input sequence at position 0
          CSISO17SPANISH iconv: illegal input sequence at position 0
        CSISO18GREEK7OLD iconv: illegal input sequence at position 0
       CSISO19LATINGREEK iconv: illegal input sequence at position 0
           CSISO21GERMAN iconv: illegal input sequence at position 0
           CSISO25FRENCH iconv: illegal input sequence at position 0
      CSISO27LATINGREEK1 iconv: illegal input sequence at position 0
             CSISO49INIS iconv: illegal input sequence at position 0
            CSISO50INIS8 iconv: illegal input sequence at position 0
     CSISO51INISCYRILLIC iconv: illegal input sequence at position 0
           CSISO58GB1988 iconv: illegal input sequence at position 0
  CSISO60DANISHNORWEGIAN iconv: illegal input sequence at position 0
       CSISO60NORWEGIAN1 iconv: illegal input sequence at position 0
       CSISO61NORWEGIAN2 iconv: illegal input sequence at position 0
           CSISO69FRENCH iconv: illegal input sequence at position 0
      CSISO84PORTUGUESE2 iconv: illegal input sequence at position 0
         CSISO85SPANISH2 iconv: illegal input sequence at position 0
        CSISO86HUNGARIAN iconv: illegal input sequence at position 0
           CSISO88GREEK7 iconv: illegal input sequence at position 0
          CSISO89ASMO449 iconv: illegal input sequence at position 0
                 CSISO90 got ʼn¿½
    CSISO92JISC62991984B iconv: illegal input sequence at position 0
           CSISO99NAPLPS got ʼn¿½
         CSISO103T618BIT got ʼn¿½
    CSISO111ECMACYRILLIC got ОЏ¤
       CSISO121CANADIAN1 iconv: illegal input sequence at position 0
       CSISO122CANADIAN2 iconv: illegal input sequence at position 0
       CSISO139CSN369103 got ďż˝
       CSISO141JUSIB1002 iconv: illegal input sequence at position 0
         CSISO143IECP271 got ‰∃¬
                CSISO150 iconv: illegal input sequence at position 0
      CSISO150GREEKCCITT iconv: illegal input sequence at position 0
            CSISO151CUBA iconv: illegal input sequence at position 0
     CSISO153GOST1976874 got яПН
          CSISO646DANISH iconv: illegal input sequence at position 0
             CSISO2022CN iconv: illegal input sequence at position 0
             CSISO2022JP iconv: illegal input sequence at position 0
            CSISO2022JP2 iconv: illegal input sequence at position 0
             CSISO2022KR iconv: illegal input sequence at position 0
               CSISO2033 iconv: illegal input sequence at position 0
       CSISO5427CYRILLIC iconv: illegal input sequence at position 0
   CSISO5427CYRILLIC1981 iconv: illegal input sequence at position 0
          CSISO5428GREEK iconv: illegal input sequence at position 0
           CSISO10367BOX iconv: illegal input sequence at position 0
             CSISOLATIN1 got �
             CSISOLATIN2 got ďż˝
             CSISOLATIN3 got ïż½
             CSISOLATIN4 got īŋŊ
             CSISOLATIN5 got �
             CSISOLATIN6 got ïŋ―
        CSISOLATINARABIC iconv: illegal input sequence at position 2
      CSISOLATINCYRILLIC got яПН
         CSISOLATINGREEK got οΏ½
        CSISOLATINHEBREW iconv: illegal input sequence at position 1
                 CSKOI8R got О©╫
               CSKSC5636 iconv: illegal input sequence at position 0
             CSMACINTOSH got ÔøΩ
              CSNATSDANO iconv: illegal input sequence at position 0
              CSNATSSEFI iconv: illegal input sequence at position 0
              CSN_369103 got ďż˝
        CSPC8CODEPAGE437 got �
           CSPC775BALTIC got ’┐Į
     CSPC850MULTILINGUAL got ´┐¢
      CSPC862LATINHEBREW got �
                CSPCP852 got ´┐Ż
              CSSHIFTJIS iconv: illegal input sequence at position 0
                  CSUCS4 iconv: illegal input sequence at position 0
               CSUNICODE got 뿯ઽ
                    CUBA iconv: illegal input sequence at position 0
                   CWI-2 got �
                     CWI got �
                CYRILLIC got яПН
                      DE iconv: illegal input sequence at position 0
                 DEC-MCS got �
                     DEC got �
                  DECMCS got �
               DIN_66003 iconv: illegal input sequence at position 0
                      DK iconv: illegal input sequence at position 0
                  DS2089 iconv: illegal input sequence at position 0
                 DS_2089 iconv: illegal input sequence at position 0
                   E13B/ iconv: conversion from `E13B/' is not supported
          EBCDIC-AT-DE-A iconv: illegal input sequence at position 0
            EBCDIC-AT-DE iconv: illegal input sequence at position 0
               EBCDIC-BE iconv: illegal input sequence at position 0
               EBCDIC-BR iconv: illegal input sequence at position 0
            EBCDIC-CA-FR iconv: illegal input sequence at position 0
           EBCDIC-CP-AR1 got ٥هنŽ
           EBCDIC-CP-AR2 iconv: illegal input sequence at position 0
            EBCDIC-CP-BE got ÕרŽ
            EBCDIC-CP-CA got ÕרŽ
            EBCDIC-CP-CH got ÕרŽ
            EBCDIC-CP-DK got ÕרŽ
            EBCDIC-CP-ES got Õ×~Ž
            EBCDIC-CP-FI got ÕרŽ
            EBCDIC-CP-FR got Õ×~Ž
            EBCDIC-CP-GB got ÕרŽ
            EBCDIC-CP-GR got üψφŽ
            EBCDIC-CP-HE iconv: illegal input sequence at position 0
            EBCDIC-CP-IS got ÕרŽ
            EBCDIC-CP-IT got ÕרŽ
            EBCDIC-CP-NL got ÕרŽ
            EBCDIC-CP-NO got ÕרŽ
         EBCDIC-CP-ROECE got ŐרŽ
            EBCDIC-CP-SE got ÕרŽ
            EBCDIC-CP-TR got ĠרŽ
            EBCDIC-CP-US got ÕרŽ
            EBCDIC-CP-WT got ÕרŽ
            EBCDIC-CP-YU got ŐרŽ
         EBCDIC-CYRILLIC got ЫГЕŽ
          EBCDIC-DK-NO-A iconv: illegal input sequence at position 0
            EBCDIC-DK-NO iconv: illegal input sequence at position 0
             EBCDIC-ES-A iconv: illegal input sequence at position 0
             EBCDIC-ES-S iconv: illegal input sequence at position 0
               EBCDIC-ES iconv: illegal input sequence at position 0
          EBCDIC-FI-SE-A iconv: illegal input sequence at position 0
            EBCDIC-FI-SE iconv: illegal input sequence at position 0
               EBCDIC-FR iconv: illegal input sequence at position 0
            EBCDIC-GREEK got ¬ψφŽ
              EBCDIC-INT iconv: illegal input sequence at position 0
             EBCDIC-INT1 got Õ‗¨Ž
         EBCDIC-IS-FRISS iconv: illegal input sequence at position 0
               EBCDIC-IT iconv: illegal input sequence at position 0
             EBCDIC-JP-E iconv: illegal input sequence at position 0
          EBCDIC-JP-KANA iconv: illegal input sequence at position 0
               EBCDIC-PT iconv: illegal input sequence at position 0
               EBCDIC-UK iconv: illegal input sequence at position 0
               EBCDIC-US iconv: illegal input sequence at position 0
              EBCDICATDE iconv: illegal input sequence at position 0
             EBCDICATDEA iconv: illegal input sequence at position 0
              EBCDICCAFR iconv: illegal input sequence at position 0
              EBCDICDKNO iconv: illegal input sequence at position 0
             EBCDICDKNOA iconv: illegal input sequence at position 0
                EBCDICES iconv: illegal input sequence at position 0
               EBCDICESA iconv: illegal input sequence at position 0
               EBCDICESS iconv: illegal input sequence at position 0
              EBCDICFISE iconv: illegal input sequence at position 0
             EBCDICFISEA iconv: illegal input sequence at position 0
                EBCDICFR iconv: illegal input sequence at position 0
           EBCDICISFRISS iconv: illegal input sequence at position 0
                EBCDICIT iconv: illegal input sequence at position 0
                EBCDICPT iconv: illegal input sequence at position 0
                EBCDICUK iconv: illegal input sequence at position 0
                EBCDICUS iconv: illegal input sequence at position 0
                ECMA-114 iconv: illegal input sequence at position 2
                ECMA-118 got οΏ½
                ECMA-128 got �
           ECMA-CYRILLIC got ОЏ¤
            ECMACYRILLIC got ОЏ¤
                ELOT_928 got οΏ½
                      ES iconv: illegal input sequence at position 0
                     ES2 iconv: illegal input sequence at position 0
                  EUC-CN iconv: illegal input sequence at position 2
            EUC-JISX0213 iconv: illegal input sequence at position 2
                  EUC-JP iconv: illegal input sequence at position 2
                  EUC-KR iconv: illegal input sequence at position 2
                  EUC-TW iconv: illegal input sequence at position 2
                   EUCCN iconv: illegal input sequence at position 2
                   EUCJP iconv: illegal input sequence at position 2
                   EUCKR iconv: illegal input sequence at position 2
                   EUCTW iconv: illegal input sequence at position 2
                      FI iconv: illegal input sequence at position 0
                      FR iconv: illegal input sequence at position 0
                      GB iconv: illegal input sequence at position 0
                  GB2312 iconv: illegal input sequence at position 2
                 GB13000 iconv: illegal input sequence at position 2
                 GB18030 iconv: illegal input sequence at position 2
                     GBK iconv: illegal input sequence at position 2
              GB_1988-80 iconv: illegal input sequence at position 0
               GB_198880 iconv: illegal input sequence at position 0
        GEORGIAN-ACADEMY got �
             GEORGIAN-PS got �
           GOST_19768-74 got яПН
              GOST_19768 got яПН
            GOST_1976874 got яПН
             GREEK-CCITT iconv: illegal input sequence at position 0
                   GREEK got οΏ½
              GREEK7-OLD iconv: illegal input sequence at position 0
                  GREEK7 iconv: illegal input sequence at position 0
               GREEK7OLD iconv: illegal input sequence at position 0
                  GREEK8 got οΏ½
              GREEKCCITT iconv: illegal input sequence at position 0
                  HEBREW iconv: illegal input sequence at position 1
               HP-ROMAN8 got ÿ¢§
                HPROMAN8 got ÿ¢§
                      HU iconv: illegal input sequence at position 0
                 IBM-856 got ´┐¢
                 IBM-922 got �
                 IBM-930 iconv: illegal input sequence at position 0
                 IBM-932 iconv: illegal input sequence at position 0
                 IBM-933 iconv: illegal input sequence at position 0
                 IBM-935 iconv: illegal input sequence at position 0
                 IBM-937 iconv: illegal input sequence at position 0
                 IBM-939 iconv: illegal input sequence at position 0
                 IBM-943 iconv: illegal input sequence at position 0
                IBM-1046 got ُ؟ﺿ
                IBM-1124 got яПН
                IBM-1129 got �
                IBM-1132 iconv: illegal input sequence at position 0
                IBM-1133 iconv: illegal input sequence at position 0
                IBM-1160 got ๊ิาŽ
                IBM-1161 got ๏ฟฝ
                IBM-1162 got ๏ฟฝ
                IBM-1163 got �
                IBM-1164 got ƠלŽ
                  IBM037 got ÕרŽ
                  IBM038 iconv: illegal input sequence at position 0
                  IBM256 got Õ‗¨Ž
                  IBM273 got ÕרŽ
                  IBM274 iconv: illegal input sequence at position 0
                  IBM275 iconv: illegal input sequence at position 0
                  IBM277 got ÕרŽ
                  IBM278 got ÕרŽ
                  IBM280 got ÕרŽ
                  IBM281 iconv: illegal input sequence at position 0
                  IBM284 got Õ×~Ž
                  IBM285 got ÕרŽ
                  IBM290 iconv: illegal input sequence at position 0
                  IBM297 got Õ×~Ž
                  IBM367 iconv: illegal input sequence at position 0
                  IBM420 got ٥هنŽ
                  IBM423 got üψφŽ
                  IBM424 iconv: illegal input sequence at position 0
                  IBM437 got �
                  IBM500 got ÕרŽ
                  IBM775 got ’┐Į
                  IBM813 got οΏ½
                  IBM819 got �
                  IBM848 got я┐╜
                  IBM850 got ´┐¢
                  IBM851 got ´┐Ξ
                  IBM852 got ´┐Ż
                  IBM855 got №┐й
                  IBM856 got ´┐¢
                  IBM857 got ´┐¢
                  IBM860 got �
                  IBM861 got �
                  IBM862 got �
                  IBM863 got �
                  IBM864 got ﻡ؟ﺵ
                  IBM865 got �
                  IBM866 got я┐╜
               IBM866NAV got я┐╜
                  IBM868 iconv: illegal input sequence at position 0
                  IBM869 got ΄┐Ξ
                  IBM870 got ŐרŽ
                  IBM871 got ÕרŽ
                  IBM874 got ๏ฟฝ
                  IBM875 got ¬ψφŽ
                  IBM880 got ЫГЕŽ
                  IBM891 iconv: illegal input sequence at position 0
                  IBM903 iconv: illegal input sequence at position 0
                  IBM904 iconv: illegal input sequence at position 0
                  IBM905 got ĠרŽ
                  IBM912 got ďż˝
                  IBM915 got яПН
                  IBM916 iconv: illegal input sequence at position 1
                  IBM918 iconv: illegal input sequence at position 0
                  IBM920 got �
                  IBM922 got �
                  IBM930 iconv: illegal input sequence at position 0
                  IBM932 iconv: illegal input sequence at position 0
                  IBM933 iconv: illegal input sequence at position 0
                  IBM935 iconv: illegal input sequence at position 0
                  IBM937 iconv: illegal input sequence at position 0
                  IBM939 iconv: illegal input sequence at position 0
                  IBM943 iconv: illegal input sequence at position 0
                 IBM1004 got �
                 IBM1026 got ÕרŽ
                 IBM1046 got ُ؟ﺿ
                 IBM1047 got Õ×]Ž
                 IBM1089 iconv: illegal input sequence at position 2
                 IBM1124 got яПН
                 IBM1129 got �
                 IBM1132 iconv: illegal input sequence at position 0
                 IBM1133 iconv: illegal input sequence at position 0
                 IBM1160 got ๊ิาŽ
                 IBM1161 got ๏ฟฝ
                 IBM1162 got ๏ฟฝ
                 IBM1163 got �
                 IBM1164 got ƠלŽ
               IEC_P27-1 got ‰∃¬
                IEC_P271 got ‰∃¬
                  INIS-8 iconv: illegal input sequence at position 0
           INIS-CYRILLIC iconv: illegal input sequence at position 0
                    INIS iconv: illegal input sequence at position 0
                   INIS8 iconv: illegal input sequence at position 0
            INISCYRILLIC iconv: illegal input sequence at position 0
              ISIRI-3342 iconv: illegal input sequence at position 0
               ISIRI3342 iconv: illegal input sequence at position 0
         ISO-2022-CN-EXT iconv: illegal input sequence at position 0
             ISO-2022-CN iconv: illegal input sequence at position 0
           ISO-2022-JP-2 iconv: illegal input sequence at position 0
           ISO-2022-JP-3 iconv: illegal input sequence at position 0
             ISO-2022-JP iconv: illegal input sequence at position 0
             ISO-2022-KR iconv: illegal input sequence at position 0
              ISO-8859-1 got �
              ISO-8859-2 got ďż˝
              ISO-8859-3 got ïż½
              ISO-8859-4 got īŋŊ
              ISO-8859-5 got яПН
              ISO-8859-6 iconv: illegal input sequence at position 2
              ISO-8859-7 got οΏ½
              ISO-8859-8 iconv: illegal input sequence at position 1
              ISO-8859-9 got �
             ISO-8859-10 got ïŋ―
             ISO-8859-11 got ๏ฟฝ
             ISO-8859-13 got ļæ½
             ISO-8859-14 got ïṡẄ
             ISO-8859-15 got ᅵ
             ISO-8859-16 got ïżœ
               ISO-10646 iconv: illegal input sequence at position 0
         ISO-10646/UCS2/ got 뿯ઽ
         ISO-10646/UCS4/ iconv: illegal input sequence at position 0
        ISO-10646/UTF-8/ got �
         ISO-10646/UTF8/ got �
              ISO-CELTIC got ïṡẄ
                ISO-IR-4 iconv: illegal input sequence at position 0
                ISO-IR-6 iconv: illegal input sequence at position 0
              ISO-IR-8-1 iconv: illegal input sequence at position 0
              ISO-IR-9-1 iconv: illegal input sequence at position 0
               ISO-IR-10 iconv: illegal input sequence at position 0
               ISO-IR-11 iconv: illegal input sequence at position 0
               ISO-IR-14 iconv: illegal input sequence at position 0
               ISO-IR-15 iconv: illegal input sequence at position 0
               ISO-IR-16 iconv: illegal input sequence at position 0
               ISO-IR-17 iconv: illegal input sequence at position 0
               ISO-IR-18 iconv: illegal input sequence at position 0
               ISO-IR-19 iconv: illegal input sequence at position 0
               ISO-IR-21 iconv: illegal input sequence at position 0
               ISO-IR-25 iconv: illegal input sequence at position 0
               ISO-IR-27 iconv: illegal input sequence at position 0
               ISO-IR-37 iconv: illegal input sequence at position 0
               ISO-IR-49 iconv: illegal input sequence at position 0
               ISO-IR-50 iconv: illegal input sequence at position 0
               ISO-IR-51 iconv: illegal input sequence at position 0
               ISO-IR-54 iconv: illegal input sequence at position 0
               ISO-IR-55 iconv: illegal input sequence at position 0
               ISO-IR-57 iconv: illegal input sequence at position 0
               ISO-IR-60 iconv: illegal input sequence at position 0
               ISO-IR-61 iconv: illegal input sequence at position 0
               ISO-IR-69 iconv: illegal input sequence at position 0
               ISO-IR-84 iconv: illegal input sequence at position 0
               ISO-IR-85 iconv: illegal input sequence at position 0
               ISO-IR-86 iconv: illegal input sequence at position 0
               ISO-IR-88 iconv: illegal input sequence at position 0
               ISO-IR-89 iconv: illegal input sequence at position 0
               ISO-IR-90 got ʼn¿½
               ISO-IR-92 iconv: illegal input sequence at position 0
               ISO-IR-98 iconv: illegal input sequence at position 0
               ISO-IR-99 got ʼn¿½
              ISO-IR-100 got �
              ISO-IR-101 got ďż˝
              ISO-IR-103 got ʼn¿½
              ISO-IR-109 got ïż½
              ISO-IR-110 got īŋŊ
              ISO-IR-111 got ОЏ¤
              ISO-IR-121 iconv: illegal input sequence at position 0
              ISO-IR-122 iconv: illegal input sequence at position 0
              ISO-IR-126 got οΏ½
              ISO-IR-127 iconv: illegal input sequence at position 2
              ISO-IR-138 iconv: illegal input sequence at position 1
              ISO-IR-139 got ďż˝
              ISO-IR-141 iconv: illegal input sequence at position 0
              ISO-IR-143 got ‰∃¬
              ISO-IR-144 got яПН
              ISO-IR-148 got �
              ISO-IR-150 iconv: illegal input sequence at position 0
              ISO-IR-151 iconv: illegal input sequence at position 0
              ISO-IR-153 got яПН
              ISO-IR-155 iconv: illegal input sequence at position 0
              ISO-IR-156 got ʼn¿½
              ISO-IR-157 got ïŋ―
              ISO-IR-166 got ๏ฟฝ
              ISO-IR-179 got ļæ½
              ISO-IR-193 got �
              ISO-IR-197 got ïǯʒ
              ISO-IR-199 got ïṡẄ
              ISO-IR-203 got ᅵ
              ISO-IR-209 got ïǯʒ
              ISO-IR-226 got ïżœ
               ISO646-CA iconv: illegal input sequence at position 0
              ISO646-CA2 iconv: illegal input sequence at position 0
               ISO646-CN iconv: illegal input sequence at position 0
               ISO646-CU iconv: illegal input sequence at position 0
               ISO646-DE iconv: illegal input sequence at position 0
               ISO646-DK iconv: illegal input sequence at position 0
               ISO646-ES iconv: illegal input sequence at position 0
              ISO646-ES2 iconv: illegal input sequence at position 0
               ISO646-FI iconv: illegal input sequence at position 0
               ISO646-FR iconv: illegal input sequence at position 0
              ISO646-FR1 iconv: illegal input sequence at position 0
               ISO646-GB iconv: illegal input sequence at position 0
               ISO646-HU iconv: illegal input sequence at position 0
               ISO646-IT iconv: illegal input sequence at position 0
         ISO646-JP-OCR-B iconv: illegal input sequence at position 0
               ISO646-JP iconv: illegal input sequence at position 0
               ISO646-KR iconv: illegal input sequence at position 0
               ISO646-NO iconv: illegal input sequence at position 0
              ISO646-NO2 iconv: illegal input sequence at position 0
               ISO646-PT iconv: illegal input sequence at position 0
              ISO646-PT2 iconv: illegal input sequence at position 0
               ISO646-SE iconv: illegal input sequence at position 0
              ISO646-SE2 iconv: illegal input sequence at position 0
               ISO646-US iconv: illegal input sequence at position 0
               ISO646-YU iconv: illegal input sequence at position 0
               ISO2022CN iconv: illegal input sequence at position 0
            ISO2022CNEXT iconv: illegal input sequence at position 0
               ISO2022JP iconv: illegal input sequence at position 0
              ISO2022JP2 iconv: illegal input sequence at position 0
               ISO2022KR iconv: illegal input sequence at position 0
                 ISO6937 got ʼn¿½
               ISO8859-1 got �
               ISO8859-2 got ďż˝
               ISO8859-3 got ïż½
               ISO8859-4 got īŋŊ
               ISO8859-5 got яПН
               ISO8859-6 iconv: illegal input sequence at position 2
               ISO8859-7 got οΏ½
               ISO8859-8 iconv: illegal input sequence at position 1
               ISO8859-9 got �
              ISO8859-10 got ïŋ―
              ISO8859-11 got ๏ฟฝ
              ISO8859-13 got ļæ½
              ISO8859-14 got ïṡẄ
              ISO8859-15 got ᅵ
              ISO8859-16 got ïżœ
                ISO88591 got �
                ISO88592 got ďż˝
                ISO88593 got ïż½
                ISO88594 got īŋŊ
                ISO88595 got яПН
                ISO88596 iconv: illegal input sequence at position 2
                ISO88597 got οΏ½
                ISO88598 iconv: illegal input sequence at position 1
                ISO88599 got �
               ISO885910 got ïŋ―
               ISO885911 got ๏ฟฝ
               ISO885913 got ļæ½
               ISO885914 got ïṡẄ
               ISO885915 got ᅵ
               ISO885916 got ïżœ
           ISO_2033-1983 iconv: illegal input sequence at position 0
                ISO_2033 iconv: illegal input sequence at position 0
            ISO_5427-EXT iconv: illegal input sequence at position 0
                ISO_5427 iconv: illegal input sequence at position 0
             ISO_5427EXT iconv: illegal input sequence at position 0
                ISO_5428 iconv: illegal input sequence at position 0
              ISO_6937-2 got ʼn¿½
                ISO_6937 got ʼn¿½
              ISO_8859-1 got �
              ISO_8859-2 got ďż˝
              ISO_8859-3 got ïż½
              ISO_8859-4 got īŋŊ
              ISO_8859-5 got яПН
              ISO_8859-6 iconv: illegal input sequence at position 2
              ISO_8859-7 got οΏ½
              ISO_8859-8 iconv: illegal input sequence at position 1
              ISO_8859-9 got �
             ISO_8859-10 got ïŋ―
             ISO_8859-14 got ïṡẄ
                ISO_9036 iconv: illegal input sequence at position 0
           ISO_10367-BOX iconv: illegal input sequence at position 0
            ISO_10367BOX iconv: illegal input sequence at position 0
               ISO_69372 got ʼn¿½
                      IT iconv: illegal input sequence at position 0
       JIS_C6220-1969-RO iconv: illegal input sequence at position 0
        JIS_C6229-1984-B iconv: illegal input sequence at position 0
         JIS_C62201969RO iconv: illegal input sequence at position 0
          JIS_C62291984B iconv: illegal input sequence at position 0
                   JOHAB iconv: illegal input sequence at position 2
                JP-OCR-B iconv: illegal input sequence at position 0
                      JP iconv: illegal input sequence at position 0
                      JS iconv: illegal input sequence at position 0
            JUS_I.B1.002 iconv: illegal input sequence at position 0
                   KOI-7 iconv: illegal input sequence at position 0
                   KOI-8 iconv: illegal input sequence at position 1
                  KOI8-R got О©╫
                  KOI8-T iconv: illegal input sequence at position 2
                  KOI8-U got О©Ґ
                    KOI8 iconv: illegal input sequence at position 1
                   KOI8R got О©╫
                   KOI8U got О©Ґ
                 KSC5636 iconv: illegal input sequence at position 0
                      L1 got �
                      L2 got ďż˝
                      L3 got ïż½
                      L4 got īŋŊ
                      L5 got �
                      L6 got ïŋ―
                      L7 got ļæ½
                      L8 got ïṡẄ
                     L10 got ïżœ
           LATIN-GREEK-1 iconv: illegal input sequence at position 0
             LATIN-GREEK iconv: illegal input sequence at position 0
                  LATIN1 got �
                  LATIN2 got ďż˝
                  LATIN3 got ïż½
                  LATIN4 got īŋŊ
                  LATIN5 got �
                  LATIN6 got ïŋ―
                  LATIN7 got ļæ½
                  LATIN8 got ïṡẄ
                 LATIN10 got ïżœ
              LATINGREEK iconv: illegal input sequence at position 0
             LATINGREEK1 iconv: illegal input sequence at position 0
            MAC-CYRILLIC got пњљ
                  MAC-IS got ÔøΩ
                MAC-SAMI got Ôøž
                  MAC-UK got пњљ
                     MAC got ÔøΩ
             MACCYRILLIC got пњљ
               MACINTOSH got ÔøΩ
                   MACIS got ÔøΩ
                   MACUK got пњљ
            MACUKRAINIAN got пњљ
                 MS-ANSI got �
                 MS-ARAB got ï؟½
                 MS-CYRL got пїЅ
                   MS-EE got ďż˝
                MS-GREEK got οΏ½
                 MS-HEBR got ן¿½
         MS-MAC-CYRILLIC got пњљ
                 MS-TURK got �
                 MSCP949 iconv: illegal input sequence at position 2
                MSCP1361 iconv: illegal input sequence at position 2
           MSMACCYRILLIC got пњљ
              MSZ_7795.3 iconv: illegal input sequence at position 0
                MS_KANJI iconv: illegal input sequence at position 0
                  NAPLPS got ʼn¿½
               NATS-DANO iconv: illegal input sequence at position 0
               NATS-SEFI iconv: illegal input sequence at position 0
                NATSDANO iconv: illegal input sequence at position 0
                NATSSEFI iconv: illegal input sequence at position 0
               NC_NC0010 iconv: illegal input sequence at position 0
              NC_NC00-10 iconv: illegal input sequence at position 0
             NF_Z_62-010 iconv: illegal input sequence at position 0
      NF_Z_62-010_(1973) iconv: illegal input sequence at position 0
        NF_Z_62-010_1973 iconv: illegal input sequence at position 0
              NF_Z_62010 iconv: illegal input sequence at position 0
         NF_Z_62010_1973 iconv: illegal input sequence at position 0
                      NO iconv: illegal input sequence at position 0
                     NO2 iconv: illegal input sequence at position 0
               NS_4551-1 iconv: illegal input sequence at position 0
               NS_4551-2 iconv: illegal input sequence at position 0
                NS_45511 iconv: illegal input sequence at position 0
                NS_45512 iconv: illegal input sequence at position 0
               OS2LATIN1 got �
             OSF00010001 got �
             OSF00010002 got ďż˝
             OSF00010003 got ïż½
             OSF00010004 got īŋŊ
             OSF00010005 got яПН
             OSF00010006 iconv: illegal input sequence at position 2
             OSF00010007 got οΏ½
             OSF00010008 iconv: illegal input sequence at position 1
             OSF00010009 got �
             OSF0001000A got ïŋ―
             OSF00010020 iconv: illegal input sequence at position 0
             OSF00010100 got 뿯ઽ
             OSF00010101 got 뿯ઽ
             OSF00010102 got 뿯ઽ
             OSF00010104 iconv: illegal input sequence at position 0
             OSF00010105 iconv: illegal input sequence at position 0
             OSF00010106 iconv: illegal input sequence at position 0
             OSF00030010 iconv: illegal input sequence at position 2
             OSF0004000A iconv: illegal input sequence at position 2
             OSF0005000A iconv: illegal input sequence at position 2
             OSF05010001 got �
             OSF100201A4 got ٥هنŽ
             OSF100201A8 iconv: illegal input sequence at position 0
             OSF100201B5 got �
             OSF100201F4 got ÕרŽ
             OSF100203B5 iconv: illegal input sequence at position 2
             OSF1002011C got Õ×~Ž
             OSF1002011D got ÕרŽ
             OSF1002035D got �
             OSF1002035E got �
             OSF1002035F got �
             OSF1002036B got ¬ψφŽ
             OSF1002037B iconv: illegal input sequence at position 0
             OSF10010001 got ÿ¢§
             OSF10020025 got ÕרŽ
             OSF10020111 got ÕרŽ
             OSF10020115 got ÕרŽ
             OSF10020116 got ÕרŽ
             OSF10020118 got ÕרŽ
             OSF10020122 iconv: illegal input sequence at position 0
             OSF10020129 got Õ×~Ž
             OSF10020352 got ´┐¢
             OSF10020354 got ´┐Ż
             OSF10020357 got №┐й
             OSF10020359 got ´┐¢
             OSF10020360 got ﻡ؟ﺵ
             OSF10020364 iconv: illegal input sequence at position 0
             OSF10020365 got ΄┐Ξ
             OSF10020366 got ŐרŽ
             OSF10020367 got ÕרŽ
             OSF10020370 got ЫГЕŽ
             OSF10020387 iconv: illegal input sequence at position 0
             OSF10020388 iconv: illegal input sequence at position 0
             OSF10020396 iconv: illegal input sequence at position 0
             OSF10020402 got ÕרŽ
             OSF10020417 got Õ×]Ž
                      PT iconv: illegal input sequence at position 0
                     PT2 iconv: illegal input sequence at position 0
                      R8 got ÿ¢§
                  ROMAN8 got ÿ¢§
                  RUSCII got я┐╜
                      SE iconv: illegal input sequence at position 0
                     SE2 iconv: illegal input sequence at position 0
            SEN_850200_B iconv: illegal input sequence at position 0
            SEN_850200_C iconv: illegal input sequence at position 0
               SHIFT-JIS iconv: illegal input sequence at position 0
               SHIFT_JIS iconv: illegal input sequence at position 0
          SHIFT_JISX0213 got 魹ス
                    SJIS iconv: illegal input sequence at position 0
                SS636127 iconv: illegal input sequence at position 0
           ST_SEV_358-88 got яПН
               T.61-8BIT got ʼn¿½
                    T.61 got ʼn¿½
                T.618BIT got ʼn¿½
               TCVN-5712 got ùẴẵ
                    TCVN got ùẴẵ
              TCVN5712-1 got ùẴẵ
                 TIS-620 got ๏ฟฝ
                TIS620-0 got ๏ฟฝ
           TIS620.2529-1 got ๏ฟฝ
           TIS620.2533-0 got ๏ฟฝ
                  TIS620 got ๏ฟฝ
                 TS-5881 got �
                   TSCII got ஞ்நண
                   UCS-2 got 뿯ઽ
                 UCS-2BE got 봊
                 UCS-2LE got 뿯ઽ
                   UCS-4 iconv: illegal input sequence at position 0
                 UCS-4BE iconv: illegal input sequence at position 0
                 UCS-4LE got �
                    UCS2 got 뿯ઽ
                    UCS4 iconv: illegal input sequence at position 0
                     UHC iconv: illegal input sequence at position 2
                    UJIS iconv: illegal input sequence at position 2
                      UK iconv: illegal input sequence at position 0
                 UNICODE got 뿯ઽ
              UNICODEBIG got 봊
           UNICODELITTLE got 뿯ઽ
                US-ASCII iconv: illegal input sequence at position 0
                      US iconv: illegal input sequence at position 0
                   UTF-7 iconv: illegal input sequence at position 0
                   UTF-8 got �
                  UTF-16 got 뿯ઽ
                UTF-16BE got 봊
                UTF-16LE got 뿯ઽ
                  UTF-32 iconv: illegal input sequence at position 0
                UTF-32BE iconv: illegal input sequence at position 0
                UTF-32LE iconv: illegal input sequence at position 0
                    UTF7 iconv: illegal input sequence at position 0
                    UTF8 got �
                   UTF16 got 뿯ઽ
                 UTF16BE got 봊
                 UTF16LE got 뿯ઽ
                   UTF32 iconv: illegal input sequence at position 0
                 UTF32BE iconv: illegal input sequence at position 0
                 UTF32LE iconv: illegal input sequence at position 0
                  VISCII got ỉƯơ
                 WCHAR_T got �
              WIN-SAMI-2 got ïž½
              WINBALTRIM got ļæ½
            WINDOWS-1250 got ďż˝
            WINDOWS-1251 got пїЅ
            WINDOWS-1252 got �
            WINDOWS-1253 got οΏ½
            WINDOWS-1254 got �
            WINDOWS-1255 got ן¿½
            WINDOWS-1256 got ï؟½
            WINDOWS-1257 got ļæ½
            WINDOWS-1258 got �
                WINSAMI2 got ïž½
                     WS2 got ïž½
                      YU iconv: illegal input sequence at position 0


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
Litter box not here.
You must have moved it again.
I'll poop in the sink. 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]