WPIntell

Source evidence

WordPress fuction integration

Filenames to latin · support · 2023-02-24T13:21:00+00:00

mixedsentiment
lowseverity
0.69relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 26 rows with source links

23.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
norbou resolved
Hey, guys, File name sanitization seems to be integrated into WordPress now, but I can’t find information in the changelog as of which version it happened. I deactivated this useful plugin on version 5.8.3 and the conversion didn’t work! On another WP 6.1 site the conversion works even without this plugin. I have found notice in https://core.trac.wordpress.org/ticket/22363 , which points to version 5.5. This topic was modified 3 years, 3 months ago by norbou . Sanitize function in WP removes only non UTF-8 characters. When you upload file from UTF-8 compatible system, accented characters will remain. This is quite funny, because the requirement for the function implementation was that the function be consistent with how slugs are generated. So it’s inconsistent again. And I’ve found, for example, that our backup server doesn’t support utf-8 in filenames… This reply was modified 3 years, 3 months ago by norbou .

Comments

1 shown
norbou 2023-02-24T13:56:00+00:00

Sanitize function in WP removes only non UTF-8 characters. When you upload file from UTF-8 compatible system, accented characters will remain. This is quite funny, because the requirement for the function implementation was that the function be consistent with how slugs are generated. So it’s inconsistent again. And I’ve found, for example, that our backup server doesn’t support utf-8 in filenames… This reply was modified 3 years, 3 months ago by norbou .