On Mon, May 9, 2011 at 2:26 PM, Martin Gagnon <[email protected]> wrote:
[snip] > > For this "test-echo" command. I test it and I don't get proper result > with it. I look at the code a little bit and it seems that the text > get converted from UTF-8 to MBCS on the output (it use the > fossil_printf() function). But the input arguments are not converted. > So what the output convert is already MBCS. > Sorry, I just saw that all argv pass throught fossil_mbcs_to_utf8() function. But still, test-echo doesn't work for me when typing accent characters: --------- C:\Documents and Settings\mgagnon\fossil\fossil-scm\test>fslu test-echo éàûîô argv[0] = [fslu] argv[1] = [test-echo] argv[2] = [ÚÓ¹¯¶] ---------- -- Martin _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

