Re: svn commit: r11358 - in trunk/subversion: include libsvn_subr
Tobias Ringström <tobias-cF8t/[email protected]> Wed, 13 Oct 2004 18:22:55 +0200
| Newsgroups | gmane.comp.version-control.subversion.svn,gmane.mail.eyebrowse.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >Author: philip >Date: Wed Oct 13 10:47:44 2004 >New Revision: 11358 > > [...] >@@ -148,6 +150,8 @@ > * > * Set @a dest to the path that the symlink at @a path references. > * Allocate the string from @a pool. >+ * >+ * Note: @a dest is not in UTF-8, it is in the native encoding. > */ > svn_error_t *svn_io_read_link (svn_string_t **dest, > const char *path, > > It looks like the path argument is also non-UTF-8, but every other svn_io_ function takes UTF-8 path names. Why didn't you change these two functions to take and return UTF-8 paths too instead of changing the callers? Surely it has to be a mistake that they take and return non-UTF-8 paths? /Tobias