[cmucl-ticket] [cmucl] #74: utf-8 bug in compile-file
cmucl
cmucl-devel at common-lisp.net
Wed Feb 27 04:45:22 UTC 2013
#74: utf-8 bug in compile-file
-------------------------+--------------------------------------------------
Reporter: avodonosov | Owner:
Type: defect | Status: closed
Priority: major | Milestone:
Component: Unicode | Version: 20d
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Changes (by toy.raymond@…):
* status: new => closed
* resolution: => fixed
Comment:
commit e8f64b3f83455a82edad394c472481fadde6ccb5
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Tue Feb 26 20:44:18 2013 -0800
Fix ticket:74
When accounting for the octets left in the in-buffer that we haven't
read (or converted to characters), we were subtracting the index from
the total in-buffer length. This is wrong if the file is less than
the total in-buffer length. We should have subtracted from the actual
number of octets in the in-buffer.
--
Ticket URL: <http://trac.common-lisp.net/cmucl/ticket/74#comment:2>
cmucl <http://common-lisp.net/project/cmucl>
Cmucl is a high-performance, free Common Lisp implementation.
More information about the cmucl-ticket
mailing list