This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: utf8 varable length encoding support


On 02/11/2015 04:54 PM, attonie@hotmail.com wrote:

> It seems that libiconv only do conversation, but I need POSIX compliance utf8 functions, like strcmp, strlen, etc. (for utf8)

UTF-8 was designed a way that ensures the existing string functions work
as-is.  (You may have to replace strchr with strstr, though.)

-- 
Florian Weimer / Red Hat Product Security


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