diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-20 00:23:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-20 00:23:01 +0000 |
commit | ddaafd04f1e91be17d1504279dada1a3b54c79bd (patch) | |
tree | e70c00931c7b4b880bfee82c6d8d786e8f7dad0d /iconvdata/gconv-modules | |
parent | 9e6e344e6910388d195c611cb59d8391afa24243 (diff) | |
download | glibc-ddaafd04f1e91be17d1504279dada1a3b54c79bd.tar.gz glibc-ddaafd04f1e91be17d1504279dada1a3b54c79bd.tar.xz glibc-ddaafd04f1e91be17d1504279dada1a3b54c79bd.zip |
* iconvdata/brf.c: New file.
* iconvdata/Makefile: Add rules to build BRF. * iconvdata/TESTS: Add BRF entry. * iconvdata/gconv-modules: Likewise. * iconvdata/tst-tables.sh: Likewise. * iconvdata/testdata/BRF: New file. * iconvdata/testdata/BRF..UTF8: New file.
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r-- | iconvdata/gconv-modules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 852c7b94a6..7f47dec5ed 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1,5 +1,5 @@ # GNU libc iconv configuration. -# Copyright (C) 1997-2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1997-2004, 2005, 2007 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 @@ -1907,3 +1907,7 @@ module INTERNAL ISO_11548-1// ISO_11548-1 1 # from to module cost module MIK// INTERNAL MIK 1 module INTERNAL MIK// MIK 1 + +# from to module cost +module BRF// INTERNAL BRF 1 +module INTERNAL BRF// BRF 1 |