]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/jisx0201.cpp
Rewrite string codec utility functions more compactly
[libs/core.git] / source / stringcodec / jisx0201.cpp
index d3fe635ce90beda61e2f99cc8aef5fc88e0794e0..f6a69ad2330cbb0160d55294215f864277bce2bf 100644 (file)
@@ -1,16 +1,9 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
 #include "jisx0201.h"
 
 using namespace std;
 
 namespace Msp {
-namespace Codecs {
+namespace StringCodec {
 
 void JisX0201::Encoder::encode_char(UnicodeChar ch, string &buf)
 {
@@ -54,5 +47,5 @@ UnicodeChar JisX0201::Decoder::decode_char(const string &str, string::const_iter
        return result;
 }
 
-} // namespace Codecs
+} // namespace StringCodec
 } // namespace Msp