Ludovic Courtès writes: > Hi, > > Chris Keschnat skribis: > >> test-name: channel-news, one entry >> location: /home/ck/tmp/guix/tests/channels.scm:323 >> source: >> + (test-assert >> + "channel-news, one entry" > > [...] > >> + (entry (tag "tag-for-first-news-entry") >> + (title (en "Old news.") (eo "Malnova?oj.")) > > The question mark above suggests you were not running the test in a > Unicode-capable locale. I think you may need to first run: > > export LC_ALL=en_US.UTF-8 > > or something similar. > > Could you check whether that helps? Hi Ludovic, thank you, that does indeed make the test pass. > [...]