mirror of git://sourceware.org/git/glibc.git
parent
9d893da15c
commit
c3e32a9697
|
@ -1,5 +1,7 @@
|
||||||
2000-06-27 Ulrich Drepper <drepper@redhat.com>
|
2000-06-27 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* locales/i18n: Backspace is no space.
|
||||||
|
|
||||||
* locales/i18n: Add \t to space.
|
* locales/i18n: Add \t to space.
|
||||||
|
|
||||||
2000-06-27 Andreas Jaeger <aj@suse.de>
|
2000-06-27 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
|
@ -282,7 +282,7 @@ outdigit <U0030>..<U0039>
|
||||||
%
|
%
|
||||||
space /
|
space /
|
||||||
% ISO/IEC 6429/
|
% ISO/IEC 6429/
|
||||||
<U0008>..<U000D>;/
|
<U0009>..<U000D>;/
|
||||||
% TABLE 1 BASIC LATIN/
|
% TABLE 1 BASIC LATIN/
|
||||||
<U0020>;<U00A0>;/
|
<U0020>;<U00A0>;/
|
||||||
% TABLE 35 GENERAL PUNCTUATION/
|
% TABLE 35 GENERAL PUNCTUATION/
|
||||||
|
|
Loading…
Reference in New Issue