00001 00007 #ifndef UTILITARIOS_LOCALIZACAO_H 00008 #define UTILITARIOS_LOCALIZACAO_H 00009 00010 #include <string> 00011 #include <locale> 00012 00013 namespace Utilitarios { 00014 00024 00037 template<typename C> 00038 bool eImprimivel(C const caractere); 00039 00052 template<typename C> 00053 bool eImprimivel(std::basic_string<C> const& cadeia); 00054 00056 } 00057 00058 #include <Utilitarios/localizacao_impl.H> 00059 00060 #endif // UTILITARIOS_LOCALIZACAO_H