[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #954: openssl egg is tripping on utf8, someplace
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #954: openssl egg is tripping on utf8, someplace |
Date: |
Sat, 01 Dec 2012 21:25:04 -0000 |
#954: openssl egg is tripping on utf8, someplace
--------------------------+-------------------------------------------------
Reporter: sethalves | Owner:
Type: defect | Status: new
Priority: minor | Milestone: someday
Component: extensions | Version: 4.8.x
Keywords: openssl utf8 |
--------------------------+-------------------------------------------------
When using read-byte on a port returned from the openssl egg, if a byte
with a high bit set arrives, something goes wrong.
See:
http://paste.lisp.org/display/134012#1
The second paste outputs:
(61 62 63 1fffef 1fffbf 1fffa0 31 32 33)
rather than the expected:
(61 62 63 ef bf a0 31 32 33)
--
Ticket URL: <http://bugs.call-cc.org/ticket/954>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-janitors] #954: openssl egg is tripping on utf8, someplace,
Chicken Trac <=