Opened 19 months ago
Last modified 29 hours ago
#47594 accepted enhancement
Add nbsp symbol codes to convert throught sanitize_title
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | minor | Version: | 5.3 |
Component: | Formatting | Keywords: | has-patch needs-unit-tests |
Focuses: | Cc: |
Description
Default filters needs to be supplemented nbsp codes such as
[ '%e2%80%af', '%e2%80%87', '%e2%81%a0' ]
and
[ ' ', ' ', ' ', ' ', '⁠', '⁠' ]
Attachments (2)
Change History (23)
#2
@
19 months ago
- Summary changed from Add nbsp symbol codes to convert to sanitize_title to Add nbsp symbol codes to convert throught sanitize_title
#3
@
19 months ago
- Milestone changed from Awaiting Review to 5.3
- Owner set to SergeyBiryukov
- Status changed from new to accepted
#6
@
16 months ago
- Keywords reporter-feedback 2nd-opinion added
I need to clarify something so I don't get it wrong.
I'm missing some context here too :)
@SergeyBiryukov are you looking at this for 5.3? I'm not sure I understand what's being fixed and why.
#7
@
16 months ago
- Milestone changed from 5.3 to Future Release
With version 5.3 Beta 1 releasing today, I'm moving this to Future Release
.
This ticket was mentioned in Slack in #core by metalandcoffee. View the logs.
4 months ago
#14
@
4 months ago
Per Sergey during today's scrub:
Will try to address before beta, or punt otherwise.
#15
@
3 months ago
- Keywords needs-refresh added
Marking for a refresh as the patch no longer applies cleanly to trunk
.
#16
@
3 months ago
- Milestone changed from 5.6 to 5.7
Didn't get a chance to write the tests for this in time for 5.6 Beta 1, moving to the next release for now.
Hi,I wanna make a patch for this but I need clarify something so I don't get it wrong.
In this case, do mean "Default filters needs to be supplemented nbsp" is to sanitize all kind of Unicode characters of SPACE to be its HTML Entity " " ?