TriForceX / MiyooCFW

Custom firmware source code and resources for BittBoy, PocketGo, PowKiddy V90-Q90-Q20 and third party handheld consoles
GNU General Public License v2.0
1.1k stars 112 forks source link

buildroot/board/miyoo/main/apps/usb-hid/usb-hid.man.txt file needs line endings conversion and 'tab spaces' removal #530

Closed MayanKoyote closed 10 months ago

MayanKoyote commented 10 months ago

Miyoo CFW doesn't seem to like Windows-style line endings (CR+LF) and 'tab spaces' in text files, as it draws funny characters instead of them.

For example, this file: https://github.com/MiyooCFW/buildroot/blob/master/board/miyoo/main/apps/usb-hid/usb-hid.man.txt

CRLF

Since I myself use browser-based github from Windows, I cannot make the necessary edits to file and the corresponding pull request. So I'm just attaching the corrected file here: usb-hid.man.txt

Apaczer commented 10 months ago

I suspect the blame is on my side, by using default GIT MinGW configuration which will convert LF to CRLF signs. Added your changes to B2R repo, but I will have a look into GMenu2X src about special characters processing.