pull in update from php-5 for mb_convert_case with MB_CASE_TITLE
commit1f91242cfdaaa2bcd53fcc258a75de7ac88ccf3a
authorPaul Tarjan <ptarjan@fb.com>
Thu, 15 May 2014 01:09:20 +0000 (14 18:09 -0700)
committerJoelMarcey <joelm@fb.com>
Thu, 15 May 2014 01:43:36 +0000 (14 18:43 -0700)
treea8e2e2bd790cbaf4c6b4406c2ed80d8f6508c615
parentc58153cca4f5284d3a44649b876957eb4800eee9
pull in update from php-5 for mb_convert_case with MB_CASE_TITLE

Summary: From https://github.com/php/php-src/blob/af6c11c5f060870d052a2b765dc634d9e47d0f18/ext/mbstring/php_unicode.c#L311
Closes #2598

Reviewed By: @fredemmott

Differential Revision: D1330380
hphp/runtime/ext/ext_mb.cpp
hphp/test/slow/ext_mb/case_title.php [new file with mode: 0644]
hphp/test/slow/ext_mb/case_title.php.expect [new file with mode: 0644]