]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/jisx0208.cpp
Rewrite string codec utility functions more compactly
[libs/core.git] / source / stringcodec / jisx0208.cpp
index 6b46b1b679b5a94636e807d350510174eb0eb86f..7df625422b27ff140aeeae8ce771db65e03cc661 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "jisx0208.h"
 
 #include "jisx0208.table"
@@ -12,7 +5,7 @@ Distributed under the LGPL
 using namespace std;
 
 namespace Msp {
-namespace Codecs {
+namespace StringCodec {
 
 void JisX0208::Encoder::encode_char(UnicodeChar ucs, string &buf)
 {
@@ -89,5 +82,5 @@ Kuten ucs_to_jisx0208(UnicodeChar c)
        return result;
 }
 
-} // namespace Codecs
+} // namespace StringCodec
 } // namespace Msp