This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: questions about new multibyte character support in EGCS/GCC2
Paul Eggert wrote:
> GCC should use local_mblen etc. only on translation hosts that don't
> have proper multibyte functions.
local_mblen etc. are also required on systems that may have proper multibyte
functions but no support for S-JIS, JIS and EUCJP. As you also mentioned, we also
use it for cross compilers where the native multibyte functions are of no use.
Dave