1
0
mirror of https://github.com/godotengine/godot synced 2024-07-05 17:18:46 +00:00
godot/misc
Rémi Verschelde 1418f97c70 File: Re-add support to skip CR (\r) in File::get_as_text
This was removed in #63481, and we confirmed that it's better like this,
but we add back the possibility to strip CR as an option, to optionally
restore the previous behavior.

For performance this is done directly in `String::parse_utf8`.

Also fixes Android `FileAccess::get_line()` as this one _should_ strip CR.

Supersedes #63717.
2022-08-01 00:40:35 +02:00
..
ci CI: Refactor Android workflow, use pre-installed SDK and NDK 2020-10-22 17:21:59 +02:00
dist Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
hooks makerst: Print colored output for easier visual grepping 2022-06-11 00:19:36 +02:00
scripts File: Re-add support to skip CR (\r) in File::get_as_text 2022-08-01 00:40:35 +02:00