mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-29 05:37:12 +01:00
submitted 1.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ASCIIEncoding.cpp
|
||||
//
|
||||
// $Id: //poco/1.1.0/Foundation/src/ASCIIEncoding.cpp#2 $
|
||||
// $Id: //poco/1.2/Foundation/src/ASCIIEncoding.cpp#1 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Text
|
||||
@@ -34,10 +34,10 @@
|
||||
//
|
||||
|
||||
|
||||
#include "Foundation/ASCIIEncoding.h"
|
||||
#include "Poco/ASCIIEncoding.h"
|
||||
|
||||
|
||||
Foundation_BEGIN
|
||||
namespace Poco {
|
||||
|
||||
|
||||
const TextEncoding::CharacterMap ASCIIEncoding::_charMap =
|
||||
@@ -94,4 +94,4 @@ int ASCIIEncoding::convert(int ch, unsigned char* bytes, int length) const
|
||||
}
|
||||
|
||||
|
||||
Foundation_END
|
||||
} // namespace Poco
|
||||
|
||||
Reference in New Issue
Block a user