mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
seems we should default to utf-8 these days
This commit is contained in:
parent
6154c9b431
commit
4496febc73
@ -687,7 +687,7 @@ config_initialized() {
|
||||
|
||||
// Also set up some other low-level things.
|
||||
ConfigVariableEnum<TextEncoder::Encoding> text_encoding
|
||||
("text-encoding", TextEncoder::E_iso8859,
|
||||
("text-encoding", TextEncoder::E_utf8,
|
||||
PRC_DESC("Specifies how international characters are represented in strings "
|
||||
"of 8-byte characters presented to Panda. See TextEncoder::set_encoding()."));
|
||||
TextEncoder::set_default_encoding(text_encoding);
|
||||
|
Loading…
x
Reference in New Issue
Block a user