X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstringcodec%2Fjisx0201.cpp;h=f6a69ad2330cbb0160d55294215f864277bce2bf;hb=b011b17393069d86790b2291a759280e15c75a0f;hp=d3fe635ce90beda61e2f99cc8aef5fc88e0794e0;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd;p=libs%2Fcore.git diff --git a/source/stringcodec/jisx0201.cpp b/source/stringcodec/jisx0201.cpp index d3fe635..f6a69ad 100644 --- a/source/stringcodec/jisx0201.cpp +++ b/source/stringcodec/jisx0201.cpp @@ -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