php-src/ext/mbstring/tests/bug71298.phpt
2021-06-11 14:00:43 +02:00

11 lines
265 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--TEST--
Bug #71298: MB_CASE_TITLE misbehaves with curled apostrophe/quote (HTML ’)
--EXTENSIONS--
mbstring
--FILE--
<?php
echo mb_convert_case("People's issues versus peoples issues", MB_CASE_TITLE);
?>
--EXPECT--
People's Issues Versus Peoples Issues