Opened 14 years ago

Closed 14 years ago

#77 closed defect (fixed)

FASLs use wrong encoding: system default

Reported by: ehuelsmann Owned by: ehuelsmann
Priority: critical Milestone: 0.18
Component: compiler Version:
Keywords: Cc:
Parent Tickets:

Description

Because FASLs are using the system default encoding, we can't be sure they can hold all characters which Java (and thus Lisp) can handle. Additionally, reading back FASLs on systems which have a different default encoding might break.

Solution: use UTF-8 as the encoding for FASLs.

Change History (1)

comment:1 Changed 14 years ago by ehuelsmann

Milestone: 0.190.18
Resolution: fixed
Status: newclosed

Committed in r12330.

Set milestone accordingly: instead of in 0.19, it will be in 0.18.

Note: See TracTickets for help on using tickets.