[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-09 22:11:35 CET

Kai Nacke <kai.nacke@redstar.de> writes:

> > So the repository appears to contain 0xC2 0xA0 which gets converted to
> > 0xA0 in my C locale.
>
> I looked with emacs in the file I used for the log message. There is
> the sequence:
>
> 'j' 'a' 'v' 'a' '\n' ' ' ' ' 'A' 'd'
> 0x6a 0x61 0x76 0x61 0x0a 0xa0 0x20 0x41 0x64
>
> The 0xC2 is a UTF-8 prefix, right?

Yes.

$ printf "\xa0" | iconv -f ISO8859-1 -t UTF-8 | od -tx1
0000000 c2 a0
0000002

-- 
Philip Martin
---------------------------------------------------------------------
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:12:16 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.