00001 #line 3301 "./lpsrc/flx_rtl.pak" 00002 #ifndef __FLX_I18N_H__ 00003 #define __FLX_I18N_H__ 00004 #include <string> 00005 #include "flx_rtl_config.hpp" 00006 00007 namespace flx { namespace rtl { namespace i18n { 00008 RTL_EXTERN std::string utf8(unsigned long); 00009 }}} 00010 #endif