This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]