diff options
author | ache <ache@FreeBSD.org> | 2007-10-14 02:18:52 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-10-14 02:18:52 +0000 |
commit | fc1cd65c82906f6355f14ba1e9bbcfddae4d8372 (patch) | |
tree | 723d95e29fbfacbaac65be317646a04688f47976 /share/mklocale | |
parent | 3a572f38adfa6eb796ed3fda3fe79be6d19a6a97 (diff) | |
download | FreeBSD-src-fc1cd65c82906f6355f14ba1e9bbcfddae4d8372.zip FreeBSD-src-fc1cd65c82906f6355f14ba1e9bbcfddae4d8372.tar.gz |
Add comment stating that UCS-4 really used here, not UTF-8
Diffstat (limited to 'share/mklocale')
-rw-r--r-- | share/mklocale/UTF-8.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/mklocale/UTF-8.src b/share/mklocale/UTF-8.src index f8ffd81..73a7cc7 100644 --- a/share/mklocale/UTF-8.src +++ b/share/mklocale/UTF-8.src @@ -3,6 +3,9 @@ * * Generated by Hye-Shik Chang <perky@FreeBSD.org> * + * WARNING: UCS-4 used here as the internal representation, not UTF-8. + * See lib/libc/locale/utf8.c. + * * $FreeBSD$ */ |