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

Re: Weird characters in log, WAS: svn commit: rev 5250 - in trunk/subversion/bindings: java/org/tigris/subversion swig

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-09 22:21:22 CET

Jani Averbach wrote:

>On Sun, 9 Mar 2003, [UTF-8] Branko �ibej wrote:
>
>
>
>>>0xA0 is ISO-8859-1's non-breaking space.
>>>
>>>
>>>
>>>
>>Hmm, I wonder if it's represented as a Unicode unbreakable space
>>(U+000A, encoded in UTF-8, of course) in the repository.
>>
>>
>>
>
>If I set up unicode in my Konsole window or in linux console, i will see:
>
>* subversion/bindings/java/org/tigris/subversion/SubversionException.java
>?\194?\160 Add attributes status, file, line and public getter methods. Changed constructors
>?\194?\160 to reflect new attributes. Added Throwable attribute for cross JDK compatibility.
>
>

Well, \194 and \160 would seem to be \xc2 and \xA0, which is A with
circumflex plus a non-breaking space. Hmmm... doesn't make sense. I
wonder what those question marks actually represent. Let's see... on
Windows, I see spaces (which means Unicode conversion works, yay!), but
I also see \r\r\n sequences, and that's not funny at all.

Emacs shows spaces and ^M^M pairs, too.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 9 22:22:13 2003

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.