[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: ÃÖ±¤Àç <kwangjae.choi_at_magnachip.com>
Date: 2004-11-29 02:20:55 CET

 
Hi,..
I'm korean. SVN installed in SUN solaris8.
Log messgaes send by post-commit hook are always UTF-8 encoded.

i can not understand the blow message..
"Reconfigure your hook script to translate the UTF-8 message to iso-8859-2
when sending commit mails.."

This means
add below lines in hook script ..

LANG iso-8859-2
export LANG

how can i Log messages UTF-8 to Korean..?
------------------------------------------

-----Original Message-----
From: Erik Huelsmann [mailto:ehuels@gmail.com]
Sent: Thursday, November 25, 2004 3:12 AM
To: Jakub Nadolny
Cc: users@subversion.tigris.org
Subject: Re: ISO characters in log message

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 29 05:07:37 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.