Unicode support #23
Labels
No labels
Critical Bug
Documentation
Feature
Small bug
tests
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
babka/activitycolander#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unicode is not supported by Lua patterns. Which causes an issue for DomainCheck because it extracts the domain from the Activity's id field using the pattern "https?://([%a%.]+)/?". Because the
%adoes not contain any alphanumerical characters that are not in ASCII.We need to either:
assigned to @CSDUMMI
created branch
23-unicode-supportto address this issuechanged the description
mentioned in commit
1c78bcc9a9mentioned in commit
580c6ced36