Opened 17 years ago
Closed 17 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 by , 17 years ago
| Milestone: | 0.19 → 0.18 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Committed in r12330.
Set milestone accordingly: instead of in 0.19, it will be in 0.18.