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 =:->