Remove wxLOCALE_CONV_ENCODING flag.
This doesn't affect Unicode builds, only the legacy ANSI one. PO files are now always converted to the appropriate charset according to current locale. This was the default behavior for long time; not doing the conversion was always a fragile hack that didn't work well. Removing this flag simplifies wxLocale code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -165,6 +165,10 @@ Changes in behaviour not resulting in compilation errors, please read this!
|
||||
indentation instead of being its double. Its default value was changed
|
||||
accordingly, to 2.
|
||||
|
||||
- wxLOCALE_CONV_ENCODING flag has no effect now, catalogs are converted
|
||||
regardless of whether the flag was specified or not. This only affects
|
||||
legacy ANSI builds.
|
||||
|
||||
|
||||
Changes in behaviour which may result in compilation errors
|
||||
-----------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user