comparison lisp/international/utf-7.el @ 96376:c3309dba6542

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:34:53 +0000
parents a374273bf2a5
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
96375:4abf11e31c26 96376:c3309dba6542
29 29
30 ;; The encoding and decoding was originally taken from Jon K Hellan's 30 ;; The encoding and decoding was originally taken from Jon K Hellan's
31 ;; implementation in Gnus, but has been substantially re-done. 31 ;; implementation in Gnus, but has been substantially re-done.
32 32
33 ;; This probably needs more attention. In particular, it's not 33 ;; This probably needs more attention. In particular, it's not
34 ;; completely consistent with iconv's behaviour. It's arguable 34 ;; completely consistent with iconv's behavior. It's arguable
35 ;; whether the IMAP version should be a coding system since it's 35 ;; whether the IMAP version should be a coding system since it's
36 ;; apparently only used for IMAP mailbox names, so it's commented out. 36 ;; apparently only used for IMAP mailbox names, so it's commented out.
37 37
38 ;;; Code: 38 ;;; Code:
39 39