On Fri, Aug 25, 2023 at 11:37 AM Nathan Dehnel <ncdeh...@gmail.com> wrote: > > What you could do is implement percent encoding: > https://en.wikipedia.org/wiki/Percent-encoding > -Allows you to store package titles in any language in an encoded form > -Allows the titles to be typed on latin keyboards > -Allows the packages to be accessed through URIs in the future without > causing problems
Now that's an idea. I didn't really thought of that. Although it'd probably be trickier to implement in order to make all the tooling compatible. I think that might be a good solution nonetheless.