added wxFONTENCODING_UNICODE -- for use with wxEncodingConverter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
1999-12-31 00:34:32 +00:00
parent a50a288b95
commit a66fa4a84b

View File

@@ -115,6 +115,9 @@ enum wxFontEncoding
wxFONTENCODING_CP1256, // WinArabic wxFONTENCODING_CP1256, // WinArabic
wxFONTENCODING_CP1257, // WinBaltic (same as Latin 7) wxFONTENCODING_CP1257, // WinBaltic (same as Latin 7)
wxFONTENCODING_CP12_MAX, wxFONTENCODING_CP12_MAX,
wxFONTENCODING_UNICODE, // Unicode - currently used only by
// wxEncodingConverter class
wxFONTENCODING_MAX wxFONTENCODING_MAX
}; };