* DOODLE-TIPS: Change `gnus-unstructured-field-decoder' and
[elisp/flim.git] / ew-unit.el
index 74b379f..f115fab 100644 (file)
 
 (defconst ew-charset-aliases
   '((us-ascii . iso-8859-1)
-    (iso-2022-jp-2 . iso-2022-7bit-ss2)))
+    (iso-2022-jp-2 . iso-2022-7bit-ss2)
+    (x-ctext . ctext)
+    ))
+
 (defun ew-char-decoder (charset)
   (catch 'return 
     (setq charset (downcase charset))