Skip to content

plugin: normalize unicode whitespace in filter strings#488

Merged
jamiebrynes7 merged 1 commit intomasterfrom
fix/normalize-whitespace
Mar 15, 2026
Merged

plugin: normalize unicode whitespace in filter strings#488
jamiebrynes7 merged 1 commit intomasterfrom
fix/normalize-whitespace

Conversation

@jamiebrynes7
Copy link
Copy Markdown
Owner

@jamiebrynes7 jamiebrynes7 commented Mar 15, 2026

Filters containing Unicode space separators (e.g., non-breaking spaces from copy-paste) would cause API errors when sent to Todoist. Now all Unicode Zs-category characters are replaced with ASCII spaces before the filter reaches the API.

Relates to #487

Filters containing Unicode space separators (e.g., non-breaking spaces
from copy-paste) would cause API errors when sent to Todoist. Now all
Unicode Zs-category characters are replaced with ASCII spaces before
the filter reaches the API.
@jamiebrynes7 jamiebrynes7 merged commit 269463b into master Mar 15, 2026
3 checks passed
@jamiebrynes7 jamiebrynes7 deleted the fix/normalize-whitespace branch March 15, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant