pandemonium_engine/core/bind
Rémi Verschelde 2ca1470010 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.

(cherry picked from commit 1418f97c70a5551bdbfeea853cbc479b32ea9e08)
2022-08-02 17:58:32 +02:00
..
core_bind.cpp File: Re-add support to skip CR (\r) in File::get_as_text 2022-08-02 17:58:32 +02:00
core_bind.h File: Re-add support to skip CR (\r) in File::get_as_text 2022-08-02 17:58:32 +02:00
logger_bind.cpp Removed unnecessary methods from PLogger's bind class, and added properties. 2022-06-11 17:51:49 +02:00
logger_bind.h Removed unnecessary methods from PLogger's bind class, and added properties. 2022-06-11 17:51:49 +02:00
SCsub