From: Paul Eggert Date: Fri, 3 Jan 2014 19:18:07 +0000 (-0800) Subject: doc: use ASCII in .texi files where UTF-8 isn't needed X-Git-Tag: stable/20140202~10 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=cd56634a4a8179fd5a4419fbb3e27211b042ab1c doc: use ASCII in .texi files where UTF-8 isn't needed * doc/posix-functions/crypt.texi, doc/posix-functions/encrypt.texi: * doc/posix-functions/setkey.texi, doc/regex.texi: Use ASCII input, not UTF-8. (cherry picked from commit fe3419dc7ec3ae91c9c4808cbc48f6477b2cfca9) --- diff --git a/ChangeLog b/ChangeLog index 499f597eb..0f912d52c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-01-03 Paul Eggert + + doc: use ASCII in .texi files where UTF-8 isn't needed + * doc/posix-functions/crypt.texi, doc/posix-functions/encrypt.texi: + * doc/posix-functions/setkey.texi, doc/regex.texi: + Use ASCII input, not UTF-8. + 2014-01-02 Jim Meyering manywarnings: remove -Wmudflap diff --git a/doc/posix-functions/crypt.texi b/doc/posix-functions/crypt.texi index 658b4491f..57e1cef0c 100644 --- a/doc/posix-functions/crypt.texi +++ b/doc/posix-functions/crypt.texi @@ -18,5 +18,5 @@ FreeBSD 6.0, NetBSD 5.0, Cygwin, mingw, MSVC 9. @item This function is not declared in @code{} (without @code{-D_GNU_SOURCE}) on some platforms: -glibc (at least 2.11–2.13). +glibc (at least 2.11--2.13). @end itemize diff --git a/doc/posix-functions/encrypt.texi b/doc/posix-functions/encrypt.texi index 25a9d159a..217c2f120 100644 --- a/doc/posix-functions/encrypt.texi +++ b/doc/posix-functions/encrypt.texi @@ -18,5 +18,5 @@ NetBSD 5.0, Minix 3.1.8, Cygwin, mingw, MSVC 9, BeOS. @item This function is not declared in @code{} (without @code{-D_GNU_SOURCE}) on some platforms: -glibc (at least 2.11–2.13). +glibc (at least 2.11--2.13). @end itemize diff --git a/doc/posix-functions/setkey.texi b/doc/posix-functions/setkey.texi index 651090849..5c7856730 100644 --- a/doc/posix-functions/setkey.texi +++ b/doc/posix-functions/setkey.texi @@ -18,5 +18,5 @@ NetBSD 5.0, Minix 3.1.8, Cygwin, mingw, MSVC 9, BeOS. @item This function is not declared in @code{} (without @code{-D_GNU_SOURCE}) on some platforms: -glibc (at least 2.11–2.13). +glibc (at least 2.11--2.13). @end itemize diff --git a/doc/regex.texi b/doc/regex.texi index 6654a074b..981009229 100644 --- a/doc/regex.texi +++ b/doc/regex.texi @@ -1768,7 +1768,7 @@ compile the fastmap yourself or have @code{re_search} do it for you; when @code{fastmap} is nonzero, it automatically compiles a fastmap the first time you search using a particular compiled pattern. -By setting the buffer’s @code{fastmap} field before calling +By setting the buffer's @code{fastmap} field before calling @code{re_compile_pattern}, you can reuse a buffer data structure across multiple searches with different patterns, and allocate the fastmap only once. Nonetheless, the fastmap must be recompiled each time the buffer