1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
Files
archived-php-src/ext/unicode/config.w32
Andrei Zmievski a093762a6f transliterate()
2006-06-13 23:46:04 +00:00

6 lines
198 B
JavaScript

// $Id$
// vim:ft=javascript
EXTENSION("unicode", "unicode.c unicode_iterators.c collator.c locale.c property.c constants.c transform.c", false);
AC_DEFINE('HAVE_UNICODE', 1, 'ICU API extension');