bzr & German umlauts

John Arbash Meinel john at arbash-meinel.com
Mon Mar 26 00:42:54 BST 2007


Michael Kaiser wrote:
> Hi,
> 
> every time I comment my commit and this comment contains German umlauts,
> bzr breaks:

It sounds like your LANG is set to 'C'. Which causes us to interpret the
filesystem encoding as ASCII.

You might check the output of 'locale'. On my system I use:

LANG=en_US.UTF-8

You might use 'LANG=de.UTF-8'.

John
=:->




More information about the bazaar mailing list