Use `HORIZONTAL ELLIPSIS' when available in `truncated-print'.
authorLudovic Courtès <ludo@gnu.org>
Fri, 8 Jan 2010 09:57:32 +0000 (10:57 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 8 Jan 2010 09:57:32 +0000 (10:57 +0100)
commitc5e05a1c70d7a3db2456677524872a590624285f
tree6600cb1303ebaefb5df4d6dfcbd11b8e5928691d
parentcc7005bc371ee104c368dbb894eb4f8b7a86d64a
Use `HORIZONTAL ELLIPSIS' when available in `truncated-print'.

* module/ice-9/pretty-print.scm (truncated-print): Set
  `%default-port-encoding' to the encoding of PORT.  Choose either
  U+2026 or "..." depending on PORT's encoding.

* test-suite/tests/print.test ("truncated-print")[tprint]: New ENCODING
  argument.  Update existing tests accordingly. Add UTF-8 tests.

* doc/ref/misc-modules.texi (Pretty Printing): Mention the possible use
  of U+2026.
doc/ref/misc-modules.texi
module/ice-9/pretty-print.scm
test-suite/tests/print.test