Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Typedefs | |
using | localization_lookup_proc_t |
Functions | |
void | localization_register (const localization_lookup_proc_t &proc) |
std::string | localization_invoke (const std::string &source) |
bool | localization_ready () |
The proc used here can expect utf-8 coming in and should output utf-8 encoded text in kind.
Definition at line 34 of file localization.hpp.
void localization_register | ( | const localization_lookup_proc_t & | proc | ) |
std::string localization_invoke | ( | const std::string & | source | ) |
bool localization_ready | ( | ) |