Package: mercurial
Version: 0.9.5-3
Severity: normal

$ locale charmap
UTF-8
$ hg init
$ echo "Sit odio justo urna et vestibulum hymenæos, nec magnis magnis tellus ut." 
> lorem
$ echo "Ligula lacus sit consectetuer, ænean in aliquet dui, eget nam arcu ut vel 
vehicula." >> lorem
$ iconv -f UTF-8 -t UTF-8 < lorem > /dev/null && echo $?
0
$ hg add lorem
$ hg ci -m "initial import"
$ sed -i -e 's/dui,/foo,/' lorem
$ hg diff | iconv -f UTF-8 -t UTF-8 > /dev/null
iconv: illegal input sequence at position 168


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mercurial depends on:
ii  libc6                         2.7-6      GNU C Library: Shared libraries
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-support                0.7.6      automated rebuilding support for p

Versions of packages mercurial recommends:
pn  rcs | kdiff3 | tkdiff | meld  <none>     (no description available)

-- debconf-show failed

--
Jakub Wilk



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to