Unicode support #23

Closed
opened 2022-10-18 16:10:22 +00:00 by CSDUMMI · 5 comments
CSDUMMI commented 2022-10-18 16:10:22 +00:00 (Migrated from gitlab.com)

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 %a does not contain any alphanumerical characters that are not in ASCII.

We need to either:

  • Create a pattern-less extraction function
  • Or create a negative pattern, that simply waits until
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 `%a` does not contain any alphanumerical characters that are not in ASCII. We need to either: - Create a pattern-less extraction function - Or create a negative pattern, that simply waits until
CSDUMMI commented 2022-10-18 16:10:22 +00:00 (Migrated from gitlab.com)

assigned to @CSDUMMI

assigned to @CSDUMMI
CSDUMMI commented 2022-10-18 16:29:13 +00:00 (Migrated from gitlab.com)

created branch 23-unicode-support to address this issue

created branch [`23-unicode-support`](/babka_social/activitycolander/-/compare/main...23-unicode-support) to address this issue
CSDUMMI commented 2022-10-18 16:29:17 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
CSDUMMI commented 2022-10-18 17:01:48 +00:00 (Migrated from gitlab.com)

mentioned in commit 1c78bcc9a9

mentioned in commit 1c78bcc9a9f452caa28ef3de90d31abc73d40109
CSDUMMI (Migrated from gitlab.com) closed this issue 2022-10-18 17:05:13 +00:00
emacsen commented 2022-10-21 18:00:23 +00:00 (Migrated from gitlab.com)

mentioned in commit 580c6ced36

mentioned in commit 580c6ced36d5723d3c920c1c289480790a361866
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
babka/activitycolander#23
No description provided.