]> granicus.if.org Git - php/commit
Add IntlChar class to intl extension
authorSara Golemon <pollita@php.net>
Mon, 15 Dec 2014 22:29:52 +0000 (14:29 -0800)
committerSara Golemon <sgolemon@fb.com>
Fri, 16 Jan 2015 22:37:44 +0000 (14:37 -0800)
commitebb60ac7dd179a3bea540d50a7d595010a82a656
tree4a55cfedf9f3ad7fb156ab2025d8d224f7a14bc0
parent22bb3ce61a895f77178078da4a7e29cb39a532a7
Add IntlChar class to intl extension

Exposes ICU's uchar functionality as a set of static methods
ext/intl/config.m4
ext/intl/config.w32
ext/intl/php_intl.c
ext/intl/uchar/tests/basic-functionality.phpt [new file with mode: 0644]
ext/intl/uchar/ublockcode-enum.h [new file with mode: 0644]
ext/intl/uchar/uchar.c [new file with mode: 0644]
ext/intl/uchar/uchar.h [new file with mode: 0644]
ext/intl/uchar/ucharcategory-enum.h [new file with mode: 0644]
ext/intl/uchar/uchardirection-enum.h [new file with mode: 0644]
ext/intl/uchar/uother-enum.h [new file with mode: 0644]
ext/intl/uchar/uproperty-enum.h [new file with mode: 0644]