Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

URI-encode routes #162

Merged
merged 2 commits into from
Mar 5, 2018
Merged

URI-encode routes #162

merged 2 commits into from
Mar 5, 2018

Conversation

Rich-Harris
Copy link
Member

Fixes #103. Along the way I learned that 'fünke' !== 'fünke' — you can represent ü as a single character, or as two separate code points. Turns out using string.normalize() gives you the version that actually works (thank god for Mathias, who has figured all this stuff out so that we don't have to)

@Rich-Harris Rich-Harris merged commit 24bfcc8 into master Mar 5, 2018
@Rich-Harris Rich-Harris deleted the gh-103 branch March 5, 2018 00:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant