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

UTF-8

From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2002-05-10 17:15:13 CEST

Hi.

I started looking at inserting the missing UTF-8 translations in the
cmdline client, but found some strangeness already. All svn library
functions take strings in UTF-8 encoding, wasn't that the plan? So
how come svn_io_check_path() in libsubr just takes its first argument
(which shoulde hence be an UTF-8 sting) and passes it to apr_stat(),
which does not operate on UTF-8 strings? Seems to be conversion calls
missing inside the libs too...

  // Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 10 17:19:29 2002

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.