X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstringcodec%2Fiso646fi.cpp;h=b6aa883df43f387c553564552b79243a060aa4c7;hp=3ccfc9d6c57eba6a9c8c05a4a1285f76b7ea3c28;hb=056dc68dfc606a2c14126a70321045d6d9f12e0e;hpb=967785734be5c3fc6f75da122c2d93ebbb338271 diff --git a/source/stringcodec/iso646fi.cpp b/source/stringcodec/iso646fi.cpp index 3ccfc9d..b6aa883 100644 --- a/source/stringcodec/iso646fi.cpp +++ b/source/stringcodec/iso646fi.cpp @@ -24,7 +24,7 @@ const int mapping[map_size*2]= namespace Msp { -namespace Codecs { +namespace StringCodec { void Iso646Fi::Encoder::encode_char(UnicodeChar ch, string &buf) { @@ -59,5 +59,5 @@ UnicodeChar Iso646Fi::Decoder::decode_char(const string &str, string::const_iter return result; } -} // namespace Codecs +} // namespace StringCodec } // namespace Msp