|
svn commit: r13160 - trunk/subversion/libsvn_subr: msg#00340version-control.subversion.svn
Author: dionisos Date: Fri Feb 25 18:34:40 2005 New Revision: 13160 Modified: trunk/subversion/libsvn_subr/utf.c Log: Revert part of r13112 due to objections from Philip Martin. * subversion/libsvn_subr/utf.c (invalid_utf8): Put \n characters back into the string. We're not going to have i18n-compliant line wrapping soon, so as long as other messages have \n-s too, one extra won't hurt. Modified: trunk/subversion/libsvn_subr/utf.c Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_subr/utf.c?view=diff&rev=13160&p1=trunk/subversion/libsvn_subr/utf.c&r1=13159&p2=trunk/subversion/libsvn_subr/utf.c&r2=13160 ============================================================================== --- trunk/subversion/libsvn_subr/utf.c (original) +++ trunk/subversion/libsvn_subr/utf.c Fri Feb 25 18:34:40 2005 @@ -540,8 +540,8 @@ (unsigned char)last[i]), NULL); return svn_error_createf (APR_EINVAL, NULL, - _("Valid UTF-8 data (hex:%s)" - "followed by invalid UTF-8 sequence (hex:%s)"), + _("Valid UTF-8 data\n(hex:%s)\n" + "followed by invalid UTF-8 sequence\n(hex:%s)"), valid_txt, invalid_txt); } |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r13159 - trunk/subversion/libsvn_fs_base: 00340, kfogel-jqHnx1hy4Dsdnm+yROfE0A |
|---|---|
| Next by Date: | svn commit: r13161 - in branches/ruby/subversion/bindings/swig/ruby: libsvn_swig_ruby test: 00340, kou-jqHnx1hy4Dsdnm+yROfE0A |
| Previous by Thread: | svn commit: r13159 - trunk/subversion/libsvn_fs_basei: 00340, kfogel-jqHnx1hy4Dsdnm+yROfE0A |
| Next by Thread: | svn commit: r13161 - in branches/ruby/subversion/bindings/swig/ruby: libsvn_swig_ruby test: 00340, kou-jqHnx1hy4Dsdnm+yROfE0A |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |