[wp-trac] [WordPress Trac] #35316: Images with latin extended characters in exif (slovak/czech) are missing thumbnails
WordPress Trac
noreply at wordpress.org
Sat Jan 9 13:59:44 UTC 2016
#35316: Images with latin extended characters in exif (slovak/czech) are missing
thumbnails
--------------------------+-----------------------
Reporter: michalrusina | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 4.4.2
Component: Media | Version: 4.4
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
--------------------------+-----------------------
Comment (by pavelevap):
@ocean90: You are right, chars are probably stripped inside
`strip_invalid_text()`:
https://core.trac.wordpress.org/browser/tags/4.4.1/src/wp-includes/wp-
db.php#L2788
And that is why `process_fields()` returns `false` here:
https://core.trac.wordpress.org/browser/tags/4.4.1/src/wp-includes/wp-
db.php#L2085
Function returns only 2 keywords, but Windows shows 3 (see attached
screenshot). I am not sure what is wrong.
Encoding: Yes, also `caption` (later saved as `post_excerpt`) is wrong:
`Gabèíkovo` should be `Gabčíkovo`. Also `copyright` is wrong, `title`
probably does not contain problematic chars.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35316#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list