neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
Todo List
Member neogfx::i_app::translate (i_string const &aTranslatableString, i_string const &aContext=string{}, std::int64_t aPlurality=1) const =0
add support for multiple plurals in a string
Member neogfx::translatable_string::operator() (std::int64_t aPlurality)
add support for multiple plurals in a string
Member neolib::utf8_to_utf32 (std::string::const_iterator aBegin, std::string::const_iterator aEnd, Callback aCallback, bool aCodePageFallback=false)
use std::string_view ctor that takes iterators when LLVM libcxx fixes its C++20 non-conformance