%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This file is part of VivoMind Prolog Unicode Resources % SPDX-License-Identifier: CC0-1.0 % % VivoMind Prolog Unicode Resources is free software distributed using the % Creative Commons CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication % license % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Last modified: March 29, 2012 unicode_category_(0x005F, 'Pc'). unicode_category_(0x203F, 'Pc'). unicode_category_(0x2040, 'Pc'). unicode_category_(0x2054, 'Pc'). unicode_category_(0xFE33, 'Pc'). unicode_category_(0xFE34, 'Pc'). unicode_category_(0xFE4D, 'Pc'). unicode_category_(0xFE4E, 'Pc'). unicode_category_(0xFE4F, 'Pc'). unicode_category_(0xFF3F, 'Pc').