On Mon, May 9, 2011 at 2:26 PM, Martin Gagnon <[email protected]> wrote:
> > 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. > Thanks for testing. The input arguments should have been converted from MBCS into UTF8 at this line: http://www.fossil-scm.org/fossil/artifact/41da7844eee03?ln=238 Can you run the program in a debugger and figure out why the conversion is not happening? > > -- > Martin > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

