Opened 13 years ago
Closed 13 years ago
#242 closed defect (fixed)
%SET-CSTRING assumes 8-bit characters
Reported by: | gb | Owned by: | gb |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Foreign Function Interface | Version: | |
Keywords: | Cc: |
Description
%SET-CSTRING (which is the SETF inverse of %GET-CSTRING) tries to use %COPY-IVECTOR-TO-PTR; that can't work (since strings are always UTF-32 internally).
(This was originally part of ticket:241)
Change History (1)
comment:1 Changed 13 years ago by gb
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I don't remember when exactly, but this was fixed a long time ago.