- π΅π±Poland Pozi
An interesting article explaining the problem in details:
https://www.jmix.io/blog/utf-8-in-http-headers/ - First commit to issue fork.
- πΊπΈUnited States nicxvan
nicxvan β changed the visibility of the branch 11.x to hidden.
- πΊπΈUnited States nicxvan
nicxvan β changed the visibility of the branch 3276349-support-filename-parameter to hidden.
- Status changed to Needs work
3 months ago 9:07pm 9 August 2024 - πΊπΈUnited States nicxvan
I'm not sure how we should handle a word like rΓ©sumΓ© since we are specifically testing utf-8 encoding.
For now I just /* cspell:disable-next-line */ for those entries, let me know if that needs to change.
- Status changed to Needs review
3 months ago 12:47am 10 August 2024 - Status changed to RTBC
3 months ago 12:20am 22 August 2024 - πΊπΈUnited States nicxvan
I've now had a chance to review the tests and change and it looks good to me.
I hope this status is ok, I did add the cspell rules, but the merge request work I did came from the work cantrellnm did.
- First commit to issue fork.
- π³πΏNew Zealand quietone
I changed several comments to conform to the coding standards line length limit of 80 characters. I also removed some cspell ignore-next-line by adding an ignore line at the top of the file. That is what we have settled on for most words non know to cspell. The exception, which is left unchanged is when ignore hashes or regexes. One of the comment I changed to improve the readability but it should not change the meaning. Therefor, leaving the RTBC.
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Added a suggested single regex to match both based on whether the * is present.
Looks like we need a test for the lang being present too.