From 4496febc7337fa873d410cdedd39d84bda9ace69 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 30 Aug 2011 15:57:11 +0000 Subject: [PATCH] seems we should default to utf-8 these days --- dtool/src/prc/configPageManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/prc/configPageManager.cxx b/dtool/src/prc/configPageManager.cxx index 3e1b966a38..125a27e695 100644 --- a/dtool/src/prc/configPageManager.cxx +++ b/dtool/src/prc/configPageManager.cxx @@ -687,7 +687,7 @@ config_initialized() { // Also set up some other low-level things. ConfigVariableEnum 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);