This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/13631] Problems in messages
- From: "peturr02 at ru dot is" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jan 2004 11:44:12 -0000
- Subject: [Bug libstdc++/13631] Problems in messages
- References: <20040109130538.13631.peturr02@ru.is>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From peturr02 at ru dot is 2004-01-19 11:43 -------
> Update: honestly, I can't see how the issue with bind_textdomain_codeset
> can be fixed in the 'gettext' framework, probably a case of WONTFIX.
Note that this problem is solvable: In the worst case, libintl needs to
be bypassed and message needs to read the message catalogs directly.
Another solution would be to include libintl in libstdc++ and rename
all exported functions and global variables, so messages wouldn't share
any state with gettext. This would have the additional benefit that
only a single implementation (based on gettext) could be used on all
platforms.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13631