View Bug Details

IDProjectCategoryView StatusLast Update
0002920DCP-o-maticBugspublic2024-12-20 23:55
Reportermhm Assigned Tocarl  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0002920: ContentTitleText should probably be only [A-Za-z0-9]
Description

Currently punctuation becomes part of the CTT, like ".". I can't find a reference but it should probably be excluded.

Also a nice feature would be to transliterate non-english latin characters like unidecode ( https://github.com/avian2/unidecode ) does. E.g. for Swedish characters:

ä -> a
å -> a
ö -> o

Etc.

Thanks!

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work required

Activities

mhm

2024-12-18 22:22

reporter   ~0006644

Sorry, i should have written that this applies to the title element of the CTT. As a whole, of course also "_" and "-" are allowed. (But not anything else?)

carl

2024-12-20 21:13

administrator   ~0006645

Perhaps . should be on the "banned" list, but I think everything else already works...?

The current state is that transliteration should happen and the allowed characters are

0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_.+

mhm

2024-12-20 23:41

reporter   ~0006646

Ok, looks mostly good!

Suggested improvements for CTT character restrictions:

Recommend globally prohibiting "." and "+" characters because:

  • Using "." could create unintended file extensions when CTT is used in filenames
  • "+" may cause compatibility issues with certain filesystems

Suggest banning "_" from individual fields since it serves as the field delimiter in CTT format

mhm

2024-12-20 23:55

reporter   ~0006647

Also, I think I found a related bug: When having a title with non-ascii characters and using the "Copy as name" button, the transliteration gets reversed! Eg. "a" gets turned back to "å" etc.

Bug History

Date Modified Username Field Change
2024-12-18 21:03 mhm New Bug
2024-12-18 22:22 mhm Note Added: 0006644
2024-12-20 21:13 carl Assigned To => carl
2024-12-20 21:13 carl Status new => feedback
2024-12-20 21:13 carl Note Added: 0006645
2024-12-20 23:41 mhm Note Added: 0006646
2024-12-20 23:41 mhm Status feedback => assigned
2024-12-20 23:55 mhm Note Added: 0006647