runbox7 icon indicating copy to clipboard operation
runbox7 copied to clipboard

Folder name with diacritics invalid

Open kotecky opened this issue 5 years ago • 5 comments

Creation of a folder with a name containing a letter with diacritic sign returns an error "Error: The specified folder name is invalid" and does not create the folder.

All pieces of the customizable UI (typically names of things like folders, identities, etc.) should accept characters beyond the ASCII set, ideally UTF-8.

(Renaming an existing folder to a name containing a letter with diacritic sign returns an error with an empty string.)

kotecky avatar Feb 03 '20 09:02 kotecky

It'll likely be fixed entirely on the backend, with no changes to Runbox7 itself. With that said, Runbox7 usage will still be our benchmark :) I'll keep this updated as work goes on.

tadzik avatar Mar 17 '20 14:03 tadzik

The fix was deployed yesterday and so you should now see (and be able) to create folder names with arbitrary Unicode in them – in both Runbox7 and Runbox 6. Let me know if it's still broken.

tadzik avatar Mar 27 '20 09:03 tadzik

Works fine!

kotecky avatar Mar 27 '20 11:03 kotecky

Hey, the fix had to be (hopefully temporarily) reverted: it seems like fixing this broke character encoding for some existing users in some unexpected ways. We'll investigate what happened and will reapply the fix once we can be sure it doesn't break anything for anybody. Sorry for the rollercoaster.

tadzik avatar Mar 27 '20 14:03 tadzik

Duplicate of https://github.com/runbox/runbox7/issues/38 but leaving it open as there is useful additional detail here.

gtandersen avatar Jun 15 '21 18:06 gtandersen