localization | ||||||||||||||||||||||||||||
Typedefs | |
| typedef boost::function < std::string(const std::string &)> | localization_lookup_proc_t |
Functions | |
| std::string | localization_invoke (const std::string &source) |
| bool | localization_ready () |
| void | localization_register (const localization_lookup_proc_t &proc) |
Typedef Documentation
| typedef boost::function<std::string (const std::string&)> localization_lookup_proc_t |
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.
Function Documentation
| std::string adobe::localization_invoke | ( | const std::string & | source ) |
| bool adobe::localization_ready | ( | ) |
| void adobe::localization_register | ( | const localization_lookup_proc_t & | proc ) |

