X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstringcodec%2Fwindows1252.cpp;h=dc03172ce42063df056a005b6025e9d94e7cba77;hb=056dc68dfc606a2c14126a70321045d6d9f12e0e;hp=bbd67536348894552e9163a9aaae664878cdd60e;hpb=b42ed73a1b241c0e93ee03c43c4584b41c549bac;p=libs%2Fcore.git diff --git a/source/stringcodec/windows1252.cpp b/source/stringcodec/windows1252.cpp index bbd6753..dc03172 100644 --- a/source/stringcodec/windows1252.cpp +++ b/source/stringcodec/windows1252.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2006-2007 Mikko Rasa -Distributed under the LGPL -*/ - #include "windows1252.h" using namespace std; @@ -23,7 +16,7 @@ unsigned short table[32]= namespace Msp { -namespace Codecs { +namespace StringCodec { void Windows1252::Encoder::encode_char(UnicodeChar ch, string &buf) { @@ -68,5 +61,5 @@ UnicodeChar Windows1252::Decoder::decode_char(const string &str, string::const_i return result; } -} // namespace Codecs +} // namespace StringCodec } // namespace Msp