]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/windows1252.cpp
Rename namespace Codecs to StringCodec
[libs/core.git] / source / stringcodec / windows1252.cpp
index bbd67536348894552e9163a9aaae664878cdd60e..dc03172ce42063df056a005b6025e9d94e7cba77 100644 (file)
@@ -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