2024-04-19 20:42 AEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000494mercuryBugpublic2023-08-02 11:11
Reporterjuliensf 
Assigned Tojuliensf 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0000494: hard_coded/nonascii fails on Windows
Descriptionhard_coded/nonascii fails on Windows (mingw64-{32,64},MSVC); it outputs "premature EOF" for most of the output.
TagsNo tags attached.
Attached Files

-Relationships
+Relationships

-Notes

~0001072

juliensf (administrator)

The reason for failure is that text mode in Windows treats the byte 0x1a (i.e. Ctrl-Z) as EOF. (There's not much we can do about this, short of switching files to binary mode on Windows.)

~0001207

juliensf (administrator)

Fixed in commit 837a677c37fa7a341f2733cdc7071457d3ad83ef.
+Notes

-Issue History
Date Modified Username Field Change
2020-01-23 11:41 juliensf New Issue
2020-01-27 04:13 juliensf Note Added: 0001072
2023-08-02 11:11 juliensf Assigned To => juliensf
2023-08-02 11:11 juliensf Status new => resolved
2023-08-02 11:11 juliensf Resolution open => fixed
2023-08-02 11:11 juliensf Note Added: 0001207
+Issue History