namespace cegui_ext
Overview
Extensions to the CEGUI library. More…
namespace cegui_ext { // global functions bool IsASCII(const CEGUI::String& str); bool AreAllASCII(const std::vector<CEGUI::String>& strings); } // namespace cegui_ext
Detailed Documentation
Extensions to the CEGUI library.
Global Functions
bool IsASCII(const CEGUI::String& str)
Check CEGUI String for non-ASCII characters.
bool AreAllASCII(const std::vector<CEGUI::String>& strings)
Check Multiple CEGUI Strings for non-ASCII characters.