File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#|
22LambdaNative - a cross-platform Scheme framework
3- Copyright (c) 2009-2013 , University of British Columbia
3+ Copyright (c) 2009-2020 , University of British Columbia
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or
@@ -51,7 +51,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5151 (u8vector-shrink! redcap:data 0 ))
5252
5353(define (redcap:data->string )
54- (let ((str (u8vector->string (subu8vector redcap:data 0 redcap:datalen))))
54+ (let ((str (u8vector->utf8string (subu8vector redcap:data 0 redcap:datalen))))
5555 (redcap:data-clear!)
5656 str))
5757
@@ -811,7 +811,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
811811 (string=? (substring (car fileout) 9 12 ) " 200" )))
812812 fileout
813813 ; ; Display and log the REDCap error message, but return the error message as a string
814- (let ((message (u8vector->string (cadr fileout))))
814+ (let ((message (u8vector->utf8string (cadr fileout))))
815815 (log-error " REDCap:" message)
816816 message)
817817 ))
You can’t perform that action at this time.
0 commit comments