123456789101112131415161718192021 |
- #ifndef BASE_I18N_I18N_CONSTANTS_H_
- #define BASE_I18N_I18N_CONSTANTS_H_
- #include "base/i18n/base_i18n_export.h"
- namespace base {
- BASE_I18N_EXPORT extern const char kCodepageLatin1[];
- BASE_I18N_EXPORT extern const char kCodepageUTF8[];
- }
- #endif
|