Opened 8 years ago
Closed 8 years ago
#2298 closed defect (bug) (fixed)
Missing plugin description in 3.0 (encoding issue?)
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Plugin Directory v3.0 | Priority: | normal |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
Case: WP Super Cache
old entry: https://wordpress.org/plugins/wp-super-cache/
new entry: https://wordpress.org/plugins-wp/wp-super-cache/
In the new entry from imported data has no description, FAQ and some of the authors missing.
@obenland suggests it might be en encoding issue
Change History (3)
Note: See
TracTickets for help on using
tickets.
Upon looking at this, the following is failing on the contents of the trunk readme in Readme\Parser:
$contents = preg_split( '!\R!u', $contents );
If I remove the utf8 modifier it processes. I assume this is caused by invalid UTF8 in the readme.
The UTF8 specifier is there as it was matching \r or \n as part of a UTF8 multi-byte character previously.