]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/jisx0201.cpp
Rename namespace Codecs to StringCodec
[libs/core.git] / source / stringcodec / jisx0201.cpp
index d5987e596b39f10cca85297f977fdbdd617afc40..f6a69ad2330cbb0160d55294215f864277bce2bf 100644 (file)
@@ -3,7 +3,7 @@
 using namespace std;
 
 namespace Msp {
-namespace Codecs {
+namespace StringCodec {
 
 void JisX0201::Encoder::encode_char(UnicodeChar ch, string &buf)
 {
@@ -47,5 +47,5 @@ UnicodeChar JisX0201::Decoder::decode_char(const string &str, string::const_iter
        return result;
 }
 
-} // namespace Codecs
+} // namespace StringCodec
 } // namespace Msp