Skip to content

Commit

Permalink
* iconvdata/gconv-modules: Use LATIN9 as an alias to ISO-8859-15,
Browse files Browse the repository at this point in the history
	not LATIN-9.
  • Loading branch information
Ulrich Drepper committed Oct 31, 2008
1 parent 6daf1a2 commit 97f1239
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-09-09 Aurelien Jarno <aurelien@aurel32.net>

* iconvdata/gconv-modules: Use LATIN9 as an alias to ISO-8859-15,
not LATIN-9.

2008-10-31 Ulrich Drepper <drepper@redhat.com>

[BZ #6867]
Expand Down
4 changes: 2 additions & 2 deletions iconvdata/gconv-modules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GNU libc iconv configuration.
# Copyright (C) 1997-2004, 2005, 2007 Free Software Foundation, Inc.
# Copyright (C) 1997-2004, 2005, 2007, 2008 Free Software Foundation, Inc.
# This file is part of the GNU C Library.

# The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -394,7 +394,7 @@ alias ISO8859-15// ISO-8859-15//
alias ISO885915// ISO-8859-15//
alias ISO-IR-203// ISO-8859-15//
alias ISO_8859-15// ISO-8859-15//
alias LATIN-9// ISO-8859-15//
alias LATIN9// ISO-8859-15//
alias ISO_8859-15:1998// ISO-8859-15//
module ISO-8859-15// INTERNAL ISO8859-15 1
module INTERNAL ISO-8859-15// ISO8859-15 1
Expand Down

0 comments on commit 97f1239

Please sign in to comment.