diff options
| author | martin <martin@NetBSD.org> | 2020-03-30 18:25:43 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-03-30 18:25:43 +0000 |
| commit | 71ed13cf682272be0cb7fb5a11e796f4269a076b (patch) | |
| tree | c1bf591ef348193b49538237be49118c0bd4bdbf /share | |
| parent | 09deed74e666b016d8efb4a4e7c746ead139bce2 (diff) | |
Pull up following revision(s) (requested by kim in ticket #803):
share/locale/locale.alias: revision 1.13
Add C.UTF-8
Diffstat (limited to 'share')
| -rw-r--r-- | share/locale/locale.alias | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/locale/locale.alias b/share/locale/locale.alias index 26ce918b818..6583155070e 100644 --- a/share/locale/locale.alias +++ b/share/locale/locale.alias @@ -1,9 +1,13 @@ -# $NetBSD: locale.alias,v 1.12 2013/08/11 22:09:40 joerg Exp $ +# $NetBSD: locale.alias,v 1.12.28.1 2020/03/30 18:25:43 martin Exp $ # # Locale aliases # +# C.UTF-8 +C.UTF-8/LC_CTYPE en_US.UTF-8 +C.UTF-8 C + # Pig locale Pig/LC_MESSAGES /FORCE |
