Support having const encoding tables. Modify generator code to regenerate as such.
Can't simply regenerate src/common/unictabl.inc, because KOI8-U.TXT is missing, and mk_fallbacks has issues (sort +2 isn't valid on my system) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -110,7 +110,7 @@ echo "
|
||||
|
||||
static struct {
|
||||
wxFontEncoding encoding; // encoding identifier
|
||||
wxUint16 *table; // 8bit to unicode table
|
||||
const wxUint16 *table; // 8bit to unicode table
|
||||
} encodings_list[] = {
|
||||
" >> unictabl.inc
|
||||
|
||||
|
Reference in New Issue
Block a user