Make SRFI-6 string ports Unicode-capable.
authorLudovic Courtès <ludo@gnu.org>
Wed, 20 Jun 2012 13:49:42 +0000 (15:49 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 20 Jun 2012 13:50:27 +0000 (15:50 +0200)
commitecb48dccbac6b8fdd969f50a23351ef7f4b91ce5
tree3631d7a13be63e229ee35daa188764bcb262829a
parent2cb363622d03b18402d6ee15c8c87d8fee9bfc32
Make SRFI-6 string ports Unicode-capable.

Partly addresses <http://bugs.gnu.org/11197>.
Reported by Klaus Stehle <klaus.stehle@uni-tuebingen.de>.

* module/srfi/srfi-6.scm (open-input-string, open-output-string): New
  procedures.

* test-suite/tests/srfi-6.test ("open-input-string")["read-char,
  Unicode"]: New test.
  ("open-output-string")["λ"]: New test.
module/srfi/srfi-6.scm
test-suite/tests/srfi-6.test