Hi I am trying to get a sample output of str_decode function in str.c
On Thu, Oct 18, 2012 at 11:51 AM, Martin Decky <[email protected]> wrote: > You have to use the functions from uspace/lib/c/generic/str.c to properly > decode and encode UTF-8 strings: > > str_decode() > str_decode_reverse() > chr_encode() > > M.D. > What should be the expected output for the functions str_decode and chr_encode for some input ? as far as i can see after executing some codes, the output is the same as the input in both of them Also, for testing purposes, how can I input non-ASCII characters ? -- Kapil
_______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
