bug#22750: Output port encoding isn't correctly set

2016-02-26 Thread Mark H Weaver
tags 22750 + notabug close 22750 thanks Roland Lutz writes: > I've encountered a behavior in Guile 2.0.11 which I believe is a > bug. When running Guile in a UTF-8 locale, I'd expect that the output > port encoding is set to UTF-8 unless specified otherwise. However, it > appears to be not set a

bug#22750: Output port encoding isn't correctly set

2016-02-20 Thread Roland Lutz
Hi, I've encountered a behavior in Guile 2.0.11 which I believe is a bug. When running Guile in a UTF-8 locale, I'd expect that the output port encoding is set to UTF-8 unless specified otherwise. However, it appears to be not set at all. This is my locale: --- $ locale LANG=en_US.UTF-8 LA