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

Re: ISO characters in log message

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2004-11-24 19:11:51 CET

On Wed, 24 Nov 2004 11:02:50 +0100, Jakub Nadolny <jakub.nadolny@ite.pl> wrote:
> Hi,
>
> I'm from Poland and I try to use ISO-8859-2 characters in SVN log
> messages, but I can't get it work. Log messages send by post-commit
> hook are always UTF-8 encoded.

Right. Which means you *did* get it to work :-) svn uses UTF-8
internally and the log-encoding you specify in your config tells it
which encoding to translate your input from.

> What should I do to have ISO-8859-2 characters in e-mails with log message?
> Can you help me?

Reconfigure your hook script to translate the UTF-8 message to
iso-8859-2 when sending commit mails.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 24 19:14:39 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.