Home
last modified time | relevance | path

Searched refs:utf8_loc (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/e16/e16-1.0.24/src/
H A Dlang.c397 Mode.locale.utf8_loc = 1; in LangInit()
402 if (Mode.locale.utf8_int && Mode.locale.utf8_loc) in LangInit()
H A DE.h368 char utf8_loc; /* Locale is UTF-8 */ member
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dfilesystem_boost.cpp201 std::locale utf8_loc = boost::locale::generator().generate(""); in static_runner() local
204 utf8_loc = std::locale(utf8_loc, new customcodecvt()); in static_runner()
206 boost::filesystem::path::imbue(utf8_loc); in static_runner()