X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstringcodec%2Fiso885915.cpp;h=8e121adda4068a636222936dac3bd9c2a2b23c99;hb=056dc68dfc606a2c14126a70321045d6d9f12e0e;hp=3eccbcf91e436105d9b0e17e4367b13df3a659fe;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd;p=libs%2Fcore.git diff --git a/source/stringcodec/iso885915.cpp b/source/stringcodec/iso885915.cpp index 3eccbcf..8e121ad 100644 --- a/source/stringcodec/iso885915.cpp +++ b/source/stringcodec/iso885915.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2006-2007 Mikko Rasa -Distributed under the LGPL -*/ - #include "codecutils.h" #include "iso885915.h" @@ -30,7 +23,7 @@ const int mapping[map_size*2]= namespace Msp { -namespace Codecs { +namespace StringCodec { void Iso885915::Encoder::encode_char(UnicodeChar ch, string &buf) { @@ -66,5 +59,5 @@ UnicodeChar Iso885915::Decoder::decode_char(const string &str, string::const_ite return result; } -} // namespace Codecs +} // namespace StringCodec } // namespace Msp