Deal with special characters in category names #3

Open
opened 2024-01-15 09:40:40 +01:00 by an.tsouchlos · 0 comments
Owner

When, e.g., naming a category rent & utilities, during report compilation the ampersand is mistaken as an alignment character, leading to a failed compilation. Implement a function, similar to the usual slugify(), that replaces / escapes those special characters, or at least warns when they are present.

When, e.g., naming a category `rent & utilities`, during report compilation the ampersand is mistaken as an alignment character, leading to a failed compilation. Implement a function, similar to the usual `slugify()`, that replaces / escapes those special characters, or at least warns when they are present.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: an.tsouchlos/banking-breakdown#3