godot/core/string
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
..
char_utils.h Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
locales.h Fix translation with multiple sources for the same language. 2022-01-24 18:58:16 +02:00
node_path.cpp implement bone renamer in importer 2022-07-01 03:55:28 +09:00
node_path.h implement bone renamer in importer 2022-07-01 03:55:28 +09:00
optimized_translation.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
optimized_translation.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
print_string.cpp Adding print_rich for printing with BBCode 2022-06-29 00:41:29 +09:00
print_string.h Adding print_rich for printing with BBCode 2022-06-29 00:41:29 +09:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
string_buffer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
string_builder.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
string_builder.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
string_name.cpp Implement Scene Unique Nodes 2022-04-25 12:19:17 +02:00
string_name.h Implement Scene Unique Nodes 2022-04-25 12:19:17 +02:00
translation_po.cpp Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
translation_po.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
translation.cpp Use range iterators for RBSet in most cases 2022-05-19 12:09:16 +02:00
translation.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
ucaps.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
ustring.cpp File: Re-add support to skip CR (\r) in File::get_as_text 2022-08-01 00:40:35 +02:00
ustring.h File: Re-add support to skip CR (\r) in File::get_as_text 2022-08-01 00:40:35 +02:00