From 295f5b846ceb1f01ab4539c52d310496968eef65 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Fri, 17 Jul 2015 19:46:56 +0200 Subject: [PATCH] 7.10.2-notes: Fix description of iconv bypass We now only handle ascii ourselves if iconv is unavailable. --- docs/users_guide/7.10.2-notes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/7.10.2-notes.xml b/docs/users_guide/7.10.2-notes.xml index 37a498a145a1..83a78898a44f 100644 --- a/docs/users_guide/7.10.2-notes.xml +++ b/docs/users_guide/7.10.2-notes.xml @@ -183,7 +183,7 @@ has been fixed, so these programs will now terminate with an error. As a result of this change, however, GHC compiled programs now also specifically recognize ASCII - encodings, and can bypass iconv in these cases. This + encodings, and can function without iconv in these cases. This allows statically compiled programs to exist inside an initramfs, for example (issues #10298, #7695). </para> -- GitLab