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

Re: International Characters & Subversion 1.1.0 Problems

From: Patrick Smears <patrick.smears_at_ensoft.co.uk>
Date: 2004-10-04 19:34:38 CEST

On Mon, 4 Oct 2004, Erich Enke wrote:

> Note that any time I have done operations with UTF above, I have done:
> export LANG=UTF-8
> export LC_CLANG=UTF-8
> export LC_CTYPE=UTF-8

On my system at least, I have to set "LANG" etc to something ending in
".utf8", for example....

  export LANG=en_GB.utf8 # United Kingdom
  export LANG=de_DE.utf8 # Germany

... in order for the UTF8 encoding to be active. You can check which
character encoding is active with the command:

  locale charmap

(of course, your distribution may be different...)

Patrick

-- 
The easy way to type accents in Windows: http://www.frkeys.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 4 19:35:11 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.