[Bug libstdc++/13631] Problems in messages
peturr02 at ru dot is
gcc-bugzilla@gcc.gnu.org
Mon Jan 19 11:44:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list