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

Re: [PATCH] First cut at 1954 solution

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-12-07 22:56:19 CET

VK Sameer wrote:

>+ if (!svn_ctype_isutf8(path[i]))
>+ return svn_error_createf(SVN_ERR_FS_PATH_SYNTAX, NULL,
>+ "Invalid UTF8 character in '%s'",
>+ svn_path_local_style (path, pool));
>
>
Hmmm. "Invalid byte in UTF-8 sequence" would be closer to the mark;
there's no such thing as an UTF-8 character. Although I can't imagine
how we'd display that message if "path" isn't valid UTF-8, since the
output conversion will fail.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 7 22:56:42 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.