comment fixes

This commit is contained in:
jez_higgins 2003-08-27 22:11:54 +00:00
parent 5095133626
commit d5a02963f3
2 changed files with 2 additions and 3 deletions

View file

@ -245,6 +245,6 @@ class iconvert_adaptor : public std::basic_istream<charT, traitsT>
private: private:
convert_bufadaptor<charT, traitsT, fromCharT, fromTraitsT> bufadaptor_; convert_bufadaptor<charT, traitsT, fromCharT, fromTraitsT> bufadaptor_;
}; // class basic_socketstream }; // class iconvert_adaptor
#endif #endif

View file

@ -3,8 +3,7 @@
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
#include "iso8859_1utf8_codecvt.h" #include "iso8859_1utf8_codecvt.h"
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// This facet converts from wide chars to char using the // This facet converts from ISO8859:1 (Latin 1) chars to UTF-8 encoded chars.
// FSS-UTF (UCS2) encoding.
// //
// Some of this code is derived from work done by Ken Thompson, // Some of this code is derived from work done by Ken Thompson,
// provided to the X/Open Group. // provided to the X/Open Group.