Basic changes to support multiple charsets in the future

This commit is contained in:
Eduardo Bart
2012-08-17 19:44:57 -03:00
parent affe641a1f
commit fdea7f3d66
23 changed files with 29 additions and 245 deletions

View File

@@ -53,6 +53,7 @@ Application::Application()
m_appName = "application";
m_appCompactName = "app";
m_appVersion = "none";
m_charset = "cp1252";
m_stopping = false;
}