mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 07:14:46 +02:00
- fixed SF# 581: Out-of-bound array access in Unicode::properties() function.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Unicode.h
|
||||
//
|
||||
// $Id: //poco/1.4/Foundation/include/Poco/Unicode.h#1 $
|
||||
// $Id: //poco/1.4/Foundation/include/Poco/Unicode.h#2 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Text
|
||||
@@ -188,6 +188,11 @@ public:
|
||||
UCP_VAI
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
UCP_MAX_CODEPOINT = 0x10FFFF
|
||||
};
|
||||
|
||||
struct CharacterProperties
|
||||
/// This structure holds the character properties
|
||||
/// of an Unicode character.
|
||||
|
Reference in New Issue
Block a user