diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-11 19:40:08 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-11 19:40:08 -0700 |
commit | 48b9bb83f2bec3692800cf007e85c284ba7b77e8 (patch) | |
tree | 361b0e829cb5796ba9a043bc2b996b164a3963f9 /lisp/language | |
parent | 932e8ec6f30ead6bac1e0a47b4f39908915cc802 (diff) | |
download | emacs-48b9bb83f2bec3692800cf007e85c284ba7b77e8.tar.gz |
Prefer UTF-8 in documentation.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/chinese.el | 10 | ||||
-rw-r--r-- | lisp/language/cyrillic.el | 10 | ||||
-rw-r--r-- | lisp/language/czech.el | 6 | ||||
-rw-r--r-- | lisp/language/korean.el | 4 | ||||
-rw-r--r-- | lisp/language/slovak.el | 8 | ||||
-rw-r--r-- | lisp/language/vietnamese.el | 4 |
6 files changed, 21 insertions, 21 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index 1dc7e3f343e..5be4e344b50 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el @@ -1,4 +1,4 @@ -;;; chinese.el --- support for Chinese -*- coding: iso-2022-7bit; -*- +;;; chinese.el --- support for Chinese -*- coding: utf-8; -*- ;; Copyright (C) 2001-2013 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -114,7 +114,7 @@ iso-2022-cn) (input-method . "chinese-py-punct") (features china-util) - (sample-text . "Chinese ($AVPND(B,$AFUM(;0(B,$A::So(B) $ADc:C(B") + (sample-text . "Chinese (中文,普通话,汉语) 你好") (documentation . "Support for Chinese GB2312 character set.") (tutorial . "TUTORIAL.cn")) '("Chinese")) @@ -146,7 +146,7 @@ (input-method . "chinese-py-punct-b5") (ctext-non-standard-encodings "big5-0") (features china-util) - (sample-text . "Cantonese ($(0GnM$(B,$(0N]0*Hd(B) $(0*/=((B, $(0+$)p(B") + (sample-text . "Cantonese (粵語,廣東話) 早晨, 你好") (documentation . "Support for Chinese Big5 character set.") (tutorial . "TUTORIAL.zh")) '("Chinese")) @@ -251,7 +251,7 @@ converted to CNS).")) chinese-iso-8bit) ; fixme? (ctext-non-standard-encodings "gbk-0") (input-method . "chinese-py-punct") ; fixme? - (sample-text . "Chinese ($BCfJ8(B,$BIaDL$A;0(B,$A::So(B) $(D95$B9%(B") + (sample-text . "Chinese (中文,普通话,汉语) 妳好") (features china-util) (documentation . "Support for Chinese GBK character set.") (tutorial . "TUTORIAL.cn")) @@ -277,7 +277,7 @@ converted to CNS).")) (coding-priority gb18030 gbk iso-2022-cn chinese-big5 chinese-iso-8bit) ; fixme? (input-method . "chinese-py-punct") ; fixme? - (sample-text . "Chinese ($BCfJ8(B,$BIaDL$A;0(B,$A::So(B) $(D0_$B9%(B") + (sample-text . "Chinese (中文,普通话,汉语) 你好") (features china-util) (documentation . "Support for Chinese GB18030 character set.") diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index 6bf0f567ffe..302c6ea9db2 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el @@ -1,4 +1,4 @@ -;;; cyrillic.el --- support for Cyrillic -*- coding: iso-2022-7bit; -*- +;;; cyrillic.el --- support for Cyrillic -*- coding: utf-8; -*- ;; Copyright (C) 1997-1998, 2001-2013 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -74,7 +74,7 @@ (nonascii-translation . iso-8859-5) (unibyte-display . cyrillic-iso-8bit) (features cyril-util) - (sample-text . "Russian (,L@caaZXY(B) ,L7T`PRabRcYbU(B!") + (sample-text . "Russian (Русский) Здравствуйте!") (documentation . "Support for Cyrillic ISO-8859-5.")) '("Cyrillic")) @@ -103,7 +103,7 @@ (input-method . "russian-typewriter") (features cyril-util) (unibyte-display . cyrillic-koi8) - (sample-text . "Russian (,L@caaZXY(B) ,L7T`PRabRcYbU(B!") + (sample-text . "Russian (Русский) Здравствуйте!") (documentation . "Support for Cyrillic KOI8-R.")) '("Cyrillic")) @@ -117,7 +117,7 @@ (input-method . "russian-computer") (features cyril-util) (unibyte-display . cyrillic-koi8) - (sample-text . "Russian (,L@caaZXY(B) ,L7T`PRabRcYbU(B!") + (sample-text . "Russian (Русский) Здравствуйте!") (documentation . "\ Support for Russian using koi8-r and the russian-computer input method.") (tutorial . "TUTORIAL.ru")) @@ -158,7 +158,7 @@ Support for Russian using koi8-r and the russian-computer input method.") (input-method . "russian-typewriter") (features cyril-util) (unibyte-display . cyrillic-alternativnyj) - (sample-text . "Russian (,L@caaZXY(B) ,L7T`PRabRcYbU(B!") + (sample-text . "Russian (Русский) Здравствуйте!") (documentation . "Support for Cyrillic ALTERNATIVNYJ.")) '("Cyrillic")) diff --git a/lisp/language/czech.el b/lisp/language/czech.el index 7152b75e4b4..bbc7c19d4e5 100644 --- a/lisp/language/czech.el +++ b/lisp/language/czech.el @@ -1,9 +1,9 @@ -;;; czech.el --- support for Czech -*- coding: iso-2022-7bit -*- +;;; czech.el --- support for Czech -*- coding: utf-8 -*- ;; Copyright (C) 1998, 2001-2013 Free Software Foundation, Inc. ;; Author: Milan Zamazal <pdm@zamazal.org> -;; Maintainer: Pavel Jan,Am(Bk <Pavel@Janik.cz> +;; Maintainer: Pavel Janík <Pavel@Janik.cz> ;; Keywords: multilingual, Czech ;; This file is part of GNU Emacs. @@ -35,7 +35,7 @@ (nonascii-translation . iso-8859-2) (unibyte-display . iso-8859-2) (tutorial . "TUTORIAL.cs") - (sample-text . "P,Bx(Bejeme v,Ba(Bm hezk,B}(B den!") + (sample-text . "Přejeme vám hezký den!") (documentation . "\ This language environment is almost the same as Latin-2, but sets the default input method to \"czech\", diff --git a/lisp/language/korean.el b/lisp/language/korean.el index 6130d0ebc01..ff5a3cbc21e 100644 --- a/lisp/language/korean.el +++ b/lisp/language/korean.el @@ -1,4 +1,4 @@ -;;; korean.el --- support for Korean -*- coding: iso-2022-7bit -*- +;;; korean.el --- support for Korean -*- coding: utf-8 -*- ;; Copyright (C) 1998, 2001-2013 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -74,7 +74,7 @@ (input-method . "korean-hangul") (features korea-util) (coding-priority korean-iso-8bit korean-cp949 iso-2022-kr) - (sample-text . "Hangul ($(CGQ1[(B) $(C>H3gGO<<?d(B, $(C>H3gGO=J4O1n(B") + (sample-text . "Hangul (한글) 안녕하세요, 안녕하십니까") (documentation . "\ The following key bindings are available for controlling Korean input methods: Shift-SPC, Hangul: toggle-korean-input-method diff --git a/lisp/language/slovak.el b/lisp/language/slovak.el index 236024321d8..a3203067fc8 100644 --- a/lisp/language/slovak.el +++ b/lisp/language/slovak.el @@ -1,10 +1,10 @@ -;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit -*- +;;; slovak.el --- support for Slovak -*- coding: utf-8 -*- ;; Copyright (C) 1998, 2001-2013 Free Software Foundation, Inc. -;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>, +;; Authors: Tibor Šimko <tibor.simko@fmph.uniba.sk>, ;; Milan Zamazal <pdm@zamazal.org> -;; Maintainer: Pavel Jan,Am(Bk <Pavel@Janik.cz> +;; Maintainer: Pavel Janík <Pavel@Janik.cz> ;; Keywords: multilingual, Slovak ;; This file is part of GNU Emacs. @@ -36,7 +36,7 @@ (input-method . "slovak") (unibyte-display . iso-8859-2) (tutorial . "TUTORIAL.sk") - (sample-text . "Prajeme V,Ba(Bm pr,Bm(Bjemn,B}(B de,Br(B!") + (sample-text . "Prajeme Vám príjemný deň!") (documentation . "\ This language environment is almost the same as Latin-2, but sets the default input method to \"slovak\", diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el index e0d4423e911..5bc49b07e08 100644 --- a/lisp/language/vietnamese.el +++ b/lisp/language/vietnamese.el @@ -1,4 +1,4 @@ -;;; vietnamese.el --- support for Vietnamese -*- coding: iso-2022-7bit; -*- +;;; vietnamese.el --- support for Vietnamese -*- coding: utf-8; -*- ;; Copyright (C) 1998, 2001-2013 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -80,7 +80,7 @@ (input-method . "vietnamese-viqr") (unibyte-display . vietnamese-viscii) (features viet-util) - (sample-text . "Vietnamese (Ti,1*(Bng Vi,1.(Bt) Ch,1`(Bo b,1U(Bn") + (sample-text . "Vietnamese (Tiếng Việt) Chào bạn") (documentation . "\ For Vietnamese, Emacs uses special charsets internally. They can be decoded from and encoded to VISCII, VSCII, TCVN-5712, VIQR |