X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstringcodec%2Fjisx0208.h;h=4fb85a2658d8a8ce5c7ea692974ee2284be4701a;hb=b011b17393069d86790b2291a759280e15c75a0f;hp=0c4c4a6d06ea04a86ba3a9f5c4b80de1c44b1404;hpb=b42ed73a1b241c0e93ee03c43c4584b41c549bac;p=libs%2Fcore.git diff --git a/source/stringcodec/jisx0208.h b/source/stringcodec/jisx0208.h index 0c4c4a6..4fb85a2 100644 --- a/source/stringcodec/jisx0208.h +++ b/source/stringcodec/jisx0208.h @@ -1,17 +1,10 @@ -/* $Id$ - -This file is part of libmspstrings -Copyright © 2006-2007 Mikko Rasa -Distributed under the LGPL -*/ - -#ifndef MSP_STRINGS_JISX0208_H_ -#define MSP_STRINGS_JISX0208_H_ +#ifndef MSP_STRINGCODEC_JISX0208_H_ +#define MSP_STRINGCODEC_JISX0208_H_ #include "codec.h" namespace Msp { -namespace Codecs { +namespace StringCodec { /** Codec for the JIS X 0208 encoding. This is not particularly useful as a @@ -59,7 +52,7 @@ struct Kuten extern UnicodeChar jisx0208_to_ucs(Kuten); extern Kuten ucs_to_jisx0208(UnicodeChar); -} // namespace Codecs +} // namespace StringCodec } // namespace Msp #endif