diff options
author | ache <ache@FreeBSD.org> | 1994-12-04 19:41:35 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-04 19:41:35 +0000 |
commit | ea0fcf68ceaf7801f501fc78cef3961788b0bf2c (patch) | |
tree | f69cecdcd34248d5b0161d1cb437d3f036d036a8 /usr.bin/mklocale | |
parent | 813d1d8c362befc219394b8bd95115d6f6ddb2e7 (diff) | |
download | FreeBSD-src-ea0fcf68ceaf7801f501fc78cef3961788b0bf2c.zip FreeBSD-src-ea0fcf68ceaf7801f501fc78cef3961788b0bf2c.tar.gz |
Fix wrong encoding scheme UTF2 --> NONE
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r-- | usr.bin/mklocale/iso_8859_1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/mklocale/iso_8859_1 b/usr.bin/mklocale/iso_8859_1 index c6861bf..5232ae3 100644 --- a/usr.bin/mklocale/iso_8859_1 +++ b/usr.bin/mklocale/iso_8859_1 @@ -1,10 +1,8 @@ -# @(#)iso_8859_1 8.1 (Berkeley) 6/6/93 - /* * Standard LOCALE_CTYPE for the iso_8859_1 Locale */ -ENCODING "UTF2" -VARIABLE A comment line or data line. Only 1 allowed. Copied verbatim. +ENCODING "NONE" +VARIABLE ISO 8859-1 Latin-1 character set # # This is a comment |