Details
-
Bug
-
Resolution: Fixed
-
Major
-
0.4.13-dev-927-ge85664a3d8dfb955b56b2f5d27a8ccd85db9454b
Description
Steps to reproduce:
- Navigate to C:\ and open freeldr.ini (will be opened with ROS notepad)
- Set DefaultOS value to ReactOS_Debug (or any other possible value)
- Hit Ctrl+S or choose "Save" in the main menu
- Normally reboot the system via Start menu
Expected result: System is bootable, and default freeldr menu item is changed.
Observed result: System is not bootable anymore.
Actual reason: Notepad adds UTF-8 BOM at the beginning of freeldr.ini, though the file was never encoded with UTF-8 text encoding. This didn't happen some time before, so it's a regression.
Attachments
Issue Links
- relates to
-
CORE-15548 [NOTEPAD] does not properly detect and display txt-files encoded in UTF8 without BOM
- Resolved