sys

View Ticket
Login
Ticket Hash: 4761d83af04adfabb7322e247c4c240453979191
Title: Incorrect coding of #\uparrow in files
Status: Closed Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2023-12-12 07:35:32
Version Found In: tape-import
User Comments:
ams added on 2023-04-19 08:57:26:

Files that are supposed to contain the #uparrow (#o13 on LispM) character are encoded incorrectly on the host file system (#o213 on Unix. These need to be changed from #o13 to #o213 in all files.

FILE has a specific translation scheme for special LispM characters. When the original files got imported they where imported via read20 which did not follow this protocol.


ams added on 2023-10-09 14:50:19:

This will be fixed in System 300, when we recompile everything with a FILE that doesn't munge 013/0213 characters.


ams added on 2023-10-21 09:58:26:

Fixed in System 300.