Mercurial > hg > xemacs-beta
changeset 3979:8d2106500793
[xemacs-hg @ 2007-05-21 11:39:55 by scop]
Fix some corrupted/oddly encoded chars.
author | scop |
---|---|
date | Mon, 21 May 2007 11:40:11 +0000 |
parents | 5d008dfb5deb |
children | 7c0a6587f743 |
files | man/ChangeLog man/internals/internals.texi man/lispref/ldap.texi |
diffstat | 3 files changed, 19 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Mon May 21 09:25:46 2007 +0000 +++ b/man/ChangeLog Mon May 21 11:40:11 2007 +0000 @@ -1,3 +1,8 @@ +2007-05-21 Ville Skyttä <scop@xemacs.org> + + * internals/internals.texi: Fix corrupted/oddly encoded chars. + * lispref/ldap.texi: Ditto. + 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.28 "fuki" is released.
--- a/man/internals/internals.texi Mon May 21 09:25:46 2007 +0000 +++ b/man/internals/internals.texi Mon May 21 11:40:11 2007 +0000 @@ -2178,8 +2178,8 @@ rather than technical. The XEmacs maintainers would like to have issues resolved by examining them technically and deciding what makes the most sense from a technical prospective. RMS however, wants to proceed on a -tit for tat kind of basis, which is to say, “If we support this feature -of yours, we also get to support this other feature of mine.” The +tit for tat kind of basis, which is to say, ``If we support this feature +of yours, we also get to support this other feature of mine.'' The result of such a process is typically a big mess, because there is no overarching design but instead a great deal of incompatible things hodgepodged together. @@ -13441,7 +13441,7 @@ dependent on the current locale setting, which includes the locale code page. (For more information, see Locale-Dependent Routines.) By default, all locale-dependent routines in the Microsoft run-time -library use the code page that corresponds to the ¡ë?locale. At +library use the code page that corresponds to the locale. At run-time you can change or query the locale code page in use with a call to setlocale. @@ -13453,7 +13453,7 @@ -- The "C" locale is defined by ANSI to correspond to the locale in which C programs have traditionally executed. The code page for the -"C" locale (¡ë?code page) corresponds to the ASCII character +"C" locale (code page) corresponds to the ASCII character set. For example, in the "C" locale, islower returns true for the values 0x61 ?0x7A only. In another locale, islower may return true for these as well as other values, as defined by that locale. @@ -29710,7 +29710,6 @@ -- In order to save my hands, I am cutting back on my responses, especially to XEmacs-related mail. You _will_ get a response, but please be patient. - If you need an immediate response and it is not apparent in your message, please say so. Thanks for your understanding. @@ -30033,11 +30032,10 @@ ben -- -In order to save my hands, I am cutting back on my responses, especially to -XEmacs-related mail. You -_will_ get a response, but please be patient. If you need an immediate -response and it’s not apparent in -your message, please say so. Thanks for your understanding. +In order to save my hands, I am cutting back on my responses, especially +to XEmacs-related mail. You _will_ get a response, but please be patient. +If you need an immediate response and it's not apparent in your message, +please say so. Thanks for your understanding. @@ -30125,11 +30123,10 @@ ben -- -In order to save my hands, I am cutting back on my responses, especially to -XEmacs-related mail. You -_will_ get a response, but please be patient. If you need an immediate -response and it’s not apparent in -your message, please say so. Thanks for your understanding. +In order to save my hands, I am cutting back on my responses, especially +to XEmacs-related mail. You _will_ get a response, but please be patient. +If you need an immediate response and it's not apparent in your message, +please say so. Thanks for your understanding. @@ -31577,10 +31574,8 @@ -- In order to save my hands, I am cutting back on my responses, especially -to XEmacs-related mail. You _will_ get a response, but please be -patient. +to XEmacs-related mail. You _will_ get a response, but please be patient. If you need an immediate response and it is not apparent in your message, - please say so. Thanks for your understanding. @end example
--- a/man/lispref/ldap.texi Mon May 21 09:25:46 2007 +0000 +++ b/man/lispref/ldap.texi Mon May 21 11:40:11 2007 +0000 @@ -105,7 +105,7 @@ library XEmacs was compiled with, they may include @code{simple}, @code{krbv41} and @code{krbv42}. @item base -The base for the search. This may look like @samp{cÿ, o¬me}, see +The base for the search. This may look like @samp{o=ACME, c=US}, see RFC 1779 for syntax details. @item scope One of the symbols @code{base}, @code{onelevel} or @code{subtree}