[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Bug? Is this time string UTF-8?

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2004-04-03 22:55:20 CEST

In svn_cl__info_print_time() it's assumed that
svn_time_to_human_cstring() returns a time string in UTF-8. This is not
true. Now that subversion calls setlocale the string is in the locale's
default encoding. And it gives an error when trying to convert that as
if it were UTF-8. Is fixing this just removing the conversion in
svn_time_to_human_cstring()?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 3 22:55:40 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.