]> git.eshelyaron.com Git - emacs.git/commitdiff
Prefer UTF-8 in documentation.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Mar 2013 02:40:08 +0000 (19:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Mar 2013 02:40:08 +0000 (19:40 -0700)
etc/refcards/pt-br-refcard.tex
lisp/language/chinese.el
lisp/language/cyrillic.el
lisp/language/czech.el
lisp/language/korean.el
lisp/language/slovak.el
lisp/language/vietnamese.el

index 8a9ffc5393cdc4202fd63a21df250af2153e7b0c..c975834a4f03f372bd5fe167b4606b254f4c83e0 100644 (file)
@@ -296,7 +296,7 @@ Para entrar no GNU Emacs, digite:  \kbd{emacs}
 
 \section{Ajuda (Help)}
 
-Tecle \kbd{C-h} (ou \kbd{F1}) e siga as instru{\c{c}}{\~o}es. 
+Tecle \kbd{C-h} (ou \kbd{F1}) e siga as instru{\c{c}}{\~o}es.
 
 \key{remove a janela de ajuda}{C-x 1}
 \key{rola a janela de ajuda}{C-M-v}
@@ -676,6 +676,5 @@ detalhes.
 \f
 % Local variables:
 % compile-command: "pdftex pt-br-refcard"
-% coding: iso-latin-1
+% coding: utf-8
 % End:
-
index 1dc7e3f343e6bdb270592d8eb98279b51898884f..5be4e344b501c912eaba754916fc6d12f14c874e 100644 (file)
@@ -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,
                                 iso-2022-cn)
                (input-method . "chinese-py-punct")
                (features china-util)
-               (sample-text . "Chinese (\e$AVPND\e(B,\e$AFUM(;0\e(B,\e$A::So\e(B)    \e$ADc:C\e(B")
+               (sample-text . "Chinese (中文,普通话,汉语)       你好")
                (documentation . "Support for Chinese GB2312 character set.")
                (tutorial . "TUTORIAL.cn"))
  '("Chinese"))
                  (input-method . "chinese-py-punct-b5")
                  (ctext-non-standard-encodings "big5-0")
                  (features china-util)
-                 (sample-text . "Cantonese (\e$(0GnM$\e(B,\e$(0N]0*Hd\e(B) \e$(0*/=(\e(B, \e$(0+$)p\e(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 (\e$BCfJ8\e(B,\e$BIaDL\e$A;0\e(B,\e$A::So\e(B) \e$(D95\e$B9%\e(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 (\e$BCfJ8\e(B,\e$BIaDL\e$A;0\e(B,\e$A::So\e(B) \e$(D0_\e$B9%\e(B")
+                    (sample-text . "Chinese (中文,普通话,汉语) 你好")
                     (features china-util)
                     (documentation
                      . "Support for Chinese GB18030 character set.")
index 6bf0f567ffe75f5c4ff88221cf2d98013f14ab04..302c6ea9db275691cd753121301f55b5c1037bfc 100644 (file)
@@ -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 (\e,L@caaZXY\e(B)       \e,L7T`PRabRcYbU\e(B!")
+                 (sample-text . "Russian (Русский)      Здравствуйте!")
                  (documentation . "Support for Cyrillic ISO-8859-5."))
  '("Cyrillic"))
 
                   (input-method . "russian-typewriter")
                   (features cyril-util)
                   (unibyte-display . cyrillic-koi8)
-                  (sample-text . "Russian (\e,L@caaZXY\e(B)      \e,L7T`PRabRcYbU\e(B!")
+                  (sample-text . "Russian (Русский)     Здравствуйте!")
                   (documentation . "Support for Cyrillic KOI8-R."))
  '("Cyrillic"))
 
             (input-method . "russian-computer")
             (features cyril-util)
             (unibyte-display . cyrillic-koi8)
-            (sample-text . "Russian (\e,L@caaZXY\e(B)    \e,L7T`PRabRcYbU\e(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 (\e,L@caaZXY\e(B)       \e,L7T`PRabRcYbU\e(B!")
+                 (sample-text . "Russian (Русский)      Здравствуйте!")
                  (documentation . "Support for Cyrillic ALTERNATIVNYJ."))
  '("Cyrillic"))
 
index 7152b75e4b4aca28be9624e4c23e5eaafdca533f..bbc7c19d4e51ca2fb08490e0002828e39547008b 100644 (file)
@@ -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\e,Am\e(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\e,Bx\e(Bejeme v\e,Ba\e(Bm hezk\e,B}\e(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\",
index 6130d0ebc01ce29fc1385a2d8764ae89a5cabd02..ff5a3cbc21ea65293ae61a09bc7a6659238a1287 100644 (file)
@@ -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 (\e$(CGQ1[\e(B)        \e$(C>H3gGO<<?d\e(B, \e$(C>H3gGO=J4O1n\e(B")
+           (sample-text . "Hangul (한글)     안녕하세요, 안녕하십니까")
            (documentation . "\
 The following key bindings are available for controlling Korean input methods:
   Shift-SPC, Hangul:   toggle-korean-input-method
index 236024321d86ceb023860d38ca01d5fd5925c3b6..a3203067fc832d81f2bf8bacf8e18bde81cf340d 100644 (file)
@@ -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 \e,B)\e(Bimko <tibor.simko@fmph.uniba.sk>,
+;; Authors:    Tibor Šimko <tibor.simko@fmph.uniba.sk>,
 ;;             Milan Zamazal <pdm@zamazal.org>
-;; Maintainer: Pavel Jan\e,Am\e(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\e,Ba\e(Bm pr\e,Bm\e(Bjemn\e,B}\e(B de\e,Br\e(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\",
index e0d4423e9117502b30ce0f9edcb52cc0bf944d3a..5bc49b07e08f2c4994bd92f5559f569c4e4c2446 100644 (file)
@@ -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\e,1*\e(Bng Vi\e,1.\e(Bt)     Ch\e,1`\e(Bo b\e,1U\e(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