php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #65833 wordwrap unicode issues
Submitted: 2013-10-04 14:49 UTC Modified: 2013-10-23 02:06 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: euromark at web dot de Assigned:
Status: Open Package: mbstring related
PHP Version: Irrelevant OS: any
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
14 + 20 = ?
Subscribe to this entry?

 
 [2013-10-04 14:49 UTC] euromark at web dot de
Description:
------------
wordwrap() is not able (by design) to properly work with unicode. 
Even with the latest PHP versions, though, there is no proper unicode support for wordwrap(), e.g. via MB functionality.

We ended up to "write" our own function to fix this bug, but it would be nice if a future version would provide this natively.
See the code linked below for concrete details.

Test script:
---------------
See the following PR code for

a) test cases to proof the defencency
b) a (PHP) fix to overcome it

https://github.com/cakephp/cakephp/pull/1695/files#diff-c3726f6e24d3c82640dc380aa9a0be17R352

Expected result:
----------------
I would expect to either have wordwrap() properly work with Unicode input (A pretty common scenario these days) or to have mb_wordwrap() available to handle this.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-10-23 02:06 UTC] yohgaki@php.net
-Type: Bug +Type: Feature/Change Request
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC