Correct wxFontMapper tables for Big-5, Shift-JIS and GB2312 encodings.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Apr 2011 16:57:15 +0000 (16:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Apr 2011 16:57:15 +0000 (16:57 +0000)
commit12b5857d047b43fc8667a66c7bf8ee192f460bd9
tree1911f0a5a05e93d52ca47430910fc52d745d0e9f
parent4c24ca50d6d41f93d5c21e568e759f6382d61c09
Correct wxFontMapper tables for Big-5, Shift-JIS and GB2312 encodings.

As wxFONTENCODING_{BIG5,SHIFT_JIS,GB2312} are only synonyms for the other
encoding constants, we must append the corresponding names to the array of
names for the real encoding value instead of having the (never used) separate
entries for them in the names array.

Closes #13164.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/fmapbase.cpp