mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
url-mode: fix double-width characters not being handled correctly
When a regex matches a string containing double-width characters, the CELL_SPACER values were included in the URL string. This meant the final URL (either launched, or copied) weren't handled correctly, as invalid UTF-8 sequences were inserted in the middle of the string. Closes #2027
This commit is contained in:
parent
bc2e0a29bb
commit
b93d2f042c
2 changed files with 9 additions and 2 deletions
|
|
@ -106,9 +106,12 @@
|
|||
* Build failure (`srgb.h` not found) when doing a parallel build.
|
||||
* Regression: reflowing (changing the window size) removing empty
|
||||
lines ([#2011][2011]).
|
||||
* `url/regex-copy` not handling double-width characters correctly
|
||||
([#2027][2027]).
|
||||
|
||||
[2000]: https://codeberg.org/dnkl/foot/issues/2000
|
||||
[2011]: https://codeberg.org/dnkl/foot/issues/2011
|
||||
[2027]: https://codeberg.org/dnkl/foot/issues/2027
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue