Error details:
switch-encoding (Darcs2,Patience,WithIndex,WithCache): [Failed]
|
| switch_to_utf8_locale
| + switch_to_utf8_locale
| + os_is_windows
| + echo
| + grep -i windows
| + which locale
| + type -P locale
| ++ locale -a
| ++ grep --text .utf8
| ++ head -n 1
| + utf8_locale=C.utf8
| + test -n C.utf8
| + echo 'Using locale C.utf8'
| + export LC_ALL=C.utf8
| + LC_ALL=C.utf8
| ++ locale charmap
| + echo 'character encoding is now UTF-8'
| lc_utf8=$LC_ALL
| + lc_utf8=C.utf8
|
| rm -rf E U
| + rm -rf E U
|
| darcs init E
| + darcs init E
| darcs clone E U
| + darcs clone E U
|
| cd U
| + cd U
| mkdir Texte
| + mkdir Texte
| echo 'MüÃiggang' > 'Texte/böse Zeichen'
| + echo MüÃiggang
| darcs record -lam 'Erste Ãnderung'
| + darcs record -lam 'Erste Ãnderung'
| darcs log -v
| + darcs log -v
| darcs send -ao bundle
| + darcs send -ao bundle
| tail -n+7 bundle > u_bundle
| + tail -n+7 bundle
|
| LC_ALL=C
| + LC_ALL=C
|
| darcs log -v
| + darcs log -v
| darcs send -ao bundle
| + darcs send -ao bundle
| darcs: recoverEncode: invalid argument (cannot encode character
'\228')
|