emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112020: Prefer UTF-8 in documentatio


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112020: Prefer UTF-8 in documentation.
Date: Mon, 11 Mar 2013 19:40:08 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112020
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2013-03-11 19:40:08 -0700
message:
  Prefer UTF-8 in documentation.
modified:
  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
=== modified file 'etc/refcards/pt-br-refcard.tex'
--- a/etc/refcards/pt-br-refcard.tex    2013-01-01 09:11:05 +0000
+++ b/etc/refcards/pt-br-refcard.tex    2013-03-12 02:40:08 +0000
@@ -296,7 +296,7 @@
 
 \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 @@
 
 % Local variables:
 % compile-command: "pdftex pt-br-refcard"
-% coding: iso-latin-1
+% coding: utf-8
 % End:
-

=== modified file 'lisp/language/chinese.el'
--- a/lisp/language/chinese.el  2013-01-01 09:11:05 +0000
+++ b/lisp/language/chinese.el  2013-03-12 02:40:08 +0000
@@ -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 @@
                                  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 @@
                     (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.")

=== modified file 'lisp/language/cyrillic.el'
--- a/lisp/language/cyrillic.el 2013-01-01 09:11:05 +0000
+++ b/lisp/language/cyrillic.el 2013-03-12 02:40:08 +0000
@@ -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 (,address@hidden(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 (,address@hidden(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 (,address@hidden(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 @@
                  (input-method . "russian-typewriter")
                  (features cyril-util)
                  (unibyte-display . cyrillic-alternativnyj)
-                 (sample-text . "Russian (,address@hidden(B)  
,L7T`PRabRcYbU(B!")
+                 (sample-text . "Russian (Русский)     Здравствуйте!")
                  (documentation . "Support for Cyrillic ALTERNATIVNYJ."))
  '("Cyrillic"))
 

=== modified file 'lisp/language/czech.el'
--- a/lisp/language/czech.el    2013-01-01 09:11:05 +0000
+++ b/lisp/language/czech.el    2013-03-12 02:40:08 +0000
@@ -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 <address@hidden>
-;; Maintainer: Pavel Jan,Am(Bk <address@hidden>
+;; Maintainer: Pavel Janík <address@hidden>
 ;; 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\",

=== modified file 'lisp/language/korean.el'
--- a/lisp/language/korean.el   2013-01-01 09:11:05 +0000
+++ b/lisp/language/korean.el   2013-03-12 02:40:08 +0000
@@ -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

=== modified file 'lisp/language/slovak.el'
--- a/lisp/language/slovak.el   2013-01-01 09:11:05 +0000
+++ b/lisp/language/slovak.el   2013-03-12 02:40:08 +0000
@@ -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 <address@hidden>,
+;; Authors:    Tibor Šimko <address@hidden>,
 ;;             Milan Zamazal <address@hidden>
-;; Maintainer: Pavel Jan,Am(Bk <address@hidden>
+;; Maintainer: Pavel Janík <address@hidden>
 ;; 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\",

=== modified file 'lisp/language/vietnamese.el'
--- a/lisp/language/vietnamese.el       2013-01-01 09:11:05 +0000
+++ b/lisp/language/vietnamese.el       2013-03-12 02:40:08 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]