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

Re: Control characters in log message cause failure

From: <kfogel_at_collab.net>
Date: 2004-11-29 21:39:12 CET

Justin Erenkrantz <justin@erenkrantz.com> writes:
> Let me know if I should file an issue if someone can't easily fix this. =)
> Issue #1025 is the closest I can find, but is about *entering* control
> characters in a log message via SVN - not about one that entered
> through other means. =)

Actually, I don't think we *can* fix this without UTF8 predicate
functions, to say whether a given byte is part of a multibyte UTF8
char, or just a stray control char. Which makes this unexpectedly
related to the

   "Re: using isalpha/isalnum in locale-independent code"

thread going on elsewhere :-).

So I'd say yeah, file an issue, and maybe mention the connection to
that thread? (Or, tell me I'm crazy for thinking that the UTF8
functions are a prerequisite for solving this ctrl char problem.)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 29 21:43:25 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.