You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files transferred via GRUB's fetch function are corrupted upon receipt.
This appears to be due to the use of the 'scp' command for the transfer, followed by a local conversion from EBCDIC IBM-037 to UTF-8.
'scp' performs an initial conversion from EBCDIC (IBM-1047?) to ASCII (ISO-8859-1?) that is already inappropriate.
The local conversion is no more appropriate.
Development environment used
Problem Description
Files transferred via GRUB's fetch function are corrupted upon receipt.
This appears to be due to the use of the 'scp' command for the transfer, followed by a local conversion from EBCDIC IBM-037 to UTF-8.
'scp' performs an initial conversion from EBCDIC (IBM-1047?) to ASCII (ISO-8859-1?) that is already inappropriate.
The local conversion is no more appropriate.
Observed behavior
Expected behavior