X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstringcodec%2Fiso2022jp.cpp;h=564892febfdc0e394b1a5f3ba9dc6bbcc83e07bd;hb=b011b17393069d86790b2291a759280e15c75a0f;hp=d9c7ceac147b0e08ccd3e8c3c684dce6cb947722;hpb=b42ed73a1b241c0e93ee03c43c4584b41c549bac;p=libs%2Fcore.git diff --git a/source/stringcodec/iso2022jp.cpp b/source/stringcodec/iso2022jp.cpp index d9c7cea..564892f 100644 --- a/source/stringcodec/iso2022jp.cpp +++ b/source/stringcodec/iso2022jp.cpp @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2006-2007 Mikko Rasa -Distributed under the LGPL -*/ #include "ascii.h" #include "iso2022jp.h" #include "jisx0201.h" @@ -12,7 +6,7 @@ Distributed under the LGPL using namespace std; namespace Msp { -namespace Codecs { +namespace StringCodec { void Iso2022Jp::Encoder::encode_char(UnicodeChar ch, string &buf) { @@ -156,5 +150,5 @@ void Iso2022Jp::Decoder::switch_mode(Mode m) } } -} // namespace Codecs +} // namespace StringCodec } // namespace Msp