Accent mark on letter breaks "Look up selected word" function
Looking up the word "corvée" breaks the "Look up selected word" function.
The Dictinary.com URL is: https://www.dictionary.com/browse/corv%8Ee
Changing the URL to https://www.dictionary.com/browse/corvee corrects the issue. Here is the error:
URIError: Failed to decode param '/browse/corv%8Ee'
at decodeURIComponent (<anonymous>)
at decodeparam (/usr/src/app/nodemodules/express/lib/router/layer.js:172:12)
at Layer.match (/usr/src/app/nodemodules/express/lib/router/layer.js:123:27)
at matchLayer (/usr/src/app/nodemodules/express/lib/router/index.js:574:18)
at next (/usr/src/app/nodemodules/express/lib/router/index.js:220:15)
at boundNext (/usr/src/app/nodemodules/newrelic/lib/shim/webframework-shim.js:999:30)
at WebFrameworkShim.applySegment (/usr/src/app/nodemodules/newrelic/lib/shim/shim.js:1396:20)
at wrapper (/usr/src/app/nodemodules/newrelic/lib/shim/shim.js:2020:17)
at urlencodedParser (/usr/src/app/nodemodules/body-parser/lib/types/urlencoded.js:91:7)
at WebFrameworkShim.applySegment (/usr/src/app/nodemodules/newrelic/lib/shim/shim.js:1396:20)