diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-20 21:16:53 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-20 21:16:53 +0000 |
| commit | 9d6a9936567da8b0a4efe38a4ba8b6f2da10c899 (patch) | |
| tree | fd186652db5e2b389032ef86deb962b469c3d2d7 /lib/libc | |
| parent | 6127186d3cd6e65aa95c853b6d5e12590e4e4d10 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/table.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/locale/table.c b/lib/libc/locale/table.c index de05433fee57..539f6f072a4a 100644 --- a/lib/libc/locale/table.c +++ b/lib/libc/locale/table.c @@ -32,6 +32,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -84,6 +86,9 @@ _RuneLocale _DefaultRuneLocale = { _L|_R|_G|_A, _L|_R|_G|_A, _L|_R|_G|_A, _L|_R|_G|_A, /*78*/ _L|_R|_G|_A, _L|_R|_G|_A, _L|_R|_G|_A, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _C, + +/* Populated from ISO 8859-1, attempt to not violate POSIX/ANSI */ + /*80*/ _C, _C, _C, _C, _C, _C, _C, _C, /*88*/ _C, _C, _C, _C, @@ -92,9 +97,6 @@ _RuneLocale _DefaultRuneLocale = { _C, _C, _C, _C, /*98*/ _C, _C, _C, _C, _C, _C, _C, _C, - -/* Populated from ISO 8859-1, attempt to not violate POSIX/ANSI */ - /*A0*/ _B|_R, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, /*A8*/ _P|_R|_G, _P|_R|_G, _P|_R|_G, _P|_R|_G, |
