Upon port encoding error, always write as much as possible.
authorLudovic Courtès <ludo@gnu.org>
Wed, 2 Feb 2011 16:33:12 +0000 (17:33 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 2 Feb 2011 17:06:29 +0000 (18:06 +0100)
commit7174bc08ddd6cc64f2ea321910042cf2233d586a
treea8a8f0f7f553e6c33949f9c2d037fe60fca09257
parentb1e76e8f2c8997f011ca3a68ddfa2e448867108c
Upon port encoding error, always write as much as possible.

* libguile/print.c (display_string): Upon error, always write the
  OUTPUT_LEN bytes of output, regardless of the conversion strategy.
libguile/print.c