]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/jisx0208.h
Rename namespace Codecs to StringCodec
[libs/core.git] / source / stringcodec / jisx0208.h
index c5f52d5ecc9a66d9f987ade23f704bdfa5106a2b..4fb85a2658d8a8ce5c7ea692974ee2284be4701a 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef MSP_STRINGS_JISX0208_H_
-#define MSP_STRINGS_JISX0208_H_
+#ifndef MSP_STRINGCODEC_JISX0208_H_
+#define MSP_STRINGCODEC_JISX0208_H_
 
 #include "codec.h"
 
 namespace Msp {
-namespace Codecs {
+namespace StringCodec {
 
 /**
 Codec for the JIS X 0208 encoding.  This is not particularly useful as a
@@ -52,7 +52,7 @@ struct Kuten
 extern UnicodeChar jisx0208_to_ucs(Kuten);
 extern Kuten ucs_to_jisx0208(UnicodeChar);
 
-} // namespace Codecs
+} // namespace StringCodec
 } // namespace Msp
 
 #endif