mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
comment fixes
This commit is contained in:
parent
5095133626
commit
d5a02963f3
2 changed files with 2 additions and 3 deletions
|
@ -245,6 +245,6 @@ class iconvert_adaptor : public std::basic_istream<charT, traitsT>
|
|||
|
||||
private:
|
||||
convert_bufadaptor<charT, traitsT, fromCharT, fromTraitsT> bufadaptor_;
|
||||
}; // class basic_socketstream
|
||||
}; // class iconvert_adaptor
|
||||
|
||||
#endif
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
//---------------------------------------------------------------------------
|
||||
#include "iso8859_1utf8_codecvt.h"
|
||||
//---------------------------------------------------------------------------
|
||||
// This facet converts from wide chars to char using the
|
||||
// FSS-UTF (UCS2) encoding.
|
||||
// This facet converts from ISO8859:1 (Latin 1) chars to UTF-8 encoded chars.
|
||||
//
|
||||
// Some of this code is derived from work done by Ken Thompson,
|
||||
// provided to the X/Open Group.
|
||||
|
|
Loading…
Reference in a new issue