]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/jisx0208.h
Rewrite string codec utility functions more compactly
[libs/core.git] / source / stringcodec / jisx0208.h
index 0c4c4a6d06ea04a86ba3a9f5c4b80de1c44b1404..4fb85a2658d8a8ce5c7ea692974ee2284be4701a 100644 (file)
@@ -1,17 +1,10 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
-#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
@@ -59,7 +52,7 @@ struct Kuten
 extern UnicodeChar jisx0208_to_ucs(Kuten);
 extern Kuten ucs_to_jisx0208(UnicodeChar);
 
-} // namespace Codecs
+} // namespace StringCodec
 } // namespace Msp
 
 #endif