diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2015-12-04 08:27:14 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-12-04 08:28:34 -0800 |
| commit | 2cc4b9cce51643ec299e97450ccde4deeecfb083 (patch) | |
| tree | b3a0b638c939c9db32d5ae755489da00ff2661db /ChangeLog | |
| parent | e59c94fa0e2871bdfcc363899e3be376c0def770 (diff) | |
| download | glibc-2cc4b9cce51643ec299e97450ccde4deeecfb083.tar.xz glibc-2cc4b9cce51643ec299e97450ccde4deeecfb083.zip | |
Consistency about byte vs character in string.texi
* manual/string.texi (String and Array Utilities):
Distinguish more carefully among bytes, multibyte characters,
and wide characters. Use "byte" when talking about C 'char',
to distinguish it more clearly from multibyte characters.
Say "wide character" or "multibyte character" instead of
"character", when a wide or multibyte character is intended.
Similarly for "multibyte string" versus "string".
Define these terms more carefully.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2015-12-04 Paul Eggert <eggert@cs.ucla.edu> + + Consistency about byte vs character in string.texi + * manual/string.texi (String and Array Utilities): + Distinguish more carefully among bytes, multibyte characters, + and wide characters. Use "byte" when talking about C 'char', + to distinguish it more clearly from multibyte characters. + Say "wide character" or "multibyte character" instead of + "character", when a wide or multibyte character is intended. + Similarly for "multibyte string" versus "string". + Define these terms more carefully. + 2015-12-03 Chris Metcalf <cmetcalf@ezchip.com> * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): New symbol. |
