mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fix default international character encoding
This commit is contained in:
parent
57c1ff65fb
commit
d40eb90d62
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
TypeHandle TextEncoder::_type_handle;
|
TypeHandle TextEncoder::_type_handle;
|
||||||
ConfigVariableEnum<TextEncoder::Encoding> TextEncoder::_default_encoding
|
ConfigVariableEnum<TextEncoder::Encoding> TextEncoder::_default_encoding
|
||||||
("default-encoding", TextEncoder::E_iso8859,
|
("text-encoding", TextEncoder::E_iso8859,
|
||||||
PRC_DESC("Specifies how international characters are represented in strings "
|
PRC_DESC("Specifies how international characters are represented in strings "
|
||||||
"of 8-byte characters presented to Panda. See TextEncoder::set_encoding()."));
|
"of 8-byte characters presented to Panda. See TextEncoder::set_encoding()."));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user