help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UTF-8 character encoding in SVN log messages


From: Peter Dyballa
Subject: Re: UTF-8 character encoding in SVN log messages
Date: Thu, 10 Dec 2009 23:02:50 +0100


Am 10.12.2009 um 14:24 schrieb Thomas Arildsen:

Can I in some way configure Emacs/Subversion to open the log message
buffer to be saved with utf-8 encoding by default? For example by a
command line parameter to emacsclient?


The latter does not work, which you can check by invoking emacsclient with --help. The former might work with

        (prefer-coding-system   'utf-8-unix)

in your init file. Environment variables like LC_CTYPE set to an UTF-8 value should provoke the preferred use of UTF-8. Except you have set some non-UTF-8 language or whatever environment...

--
Greetings

  Pete

Give a man a fish, and you've fed him for a day. Teach him to fish, and you've depleted the lake.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]