Problems of quoted printable decoder on Emacs 23.1

Katsumi Yamaoka yamaoka @ jpl.org
2010年 3月 13日 (土) 20:20:52 JST


>>>>> In [emacs-mime-ja : No.02229]
>>>>>	Kazuhiro Ito <kzhr @ d1.dion.ne.jp> wrote:
> 伊藤です。

>   1. mel-q.el の quoted printable のデコーダーが Emacs 23.1 では
>   正しく動作しない。

> (progn
>   (require 'mel-q)
>   (decode-coding-string
>    (quoted-printable-decode-string
>     (quoted-printable-encode-string
>      (encode-coding-string "あ" 'utf-8)))
>    'utf-8))

>   等で確認できます。

>   2. Emacs 23.1 は CCL coding system のデコーダーだけでなく
>   エンコーダーも壊れている。
>   この為、mel-q-ccl.el の quoted printable のデコーダーも
>   正しく動作しない。

> という事に気付きました。一応の対策をしたパッチです。
> 動作確認はあまりしていません。
> 特に XEmacs は全く確認していません。

遅くなってすみません。Commit しました。
XEmacs での動作は追々確認します。
-- 
山岡





More information about the Emacs-mime-ja mailing list