struct Poco::Unicode::CharacterProperties
This structure holds the character properties of an Unicode character.
#include <Unicode.h> struct CharacterProperties { // fields CharacterCategory category; CharacterType type; Script script; };
This structure holds the character properties of an Unicode character.
#include <Unicode.h> struct CharacterProperties { // fields CharacterCategory category; CharacterType type; Script script; };