Searched refs:wxSTC_CP_UTF8 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp179 SetCodePage(wxSTC_CP_UTF8);
454 wxASSERT_MSG(codePage == wxSTC_CP_UTF8,
455 wxT("Only wxSTC_CP_UTF8 may be used when wxUSE_UNICODE is on."));
457 wxASSERT_MSG(codePage != wxSTC_CP_UTF8,
458 wxT("wxSTC_CP_UTF8 may not be used when wxUSE_UNICODE is off."));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h74 #define wxSTC_CP_UTF8 65001 macro

Completed in 131 milliseconds