maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Don't encode periods; Make charCodes uppercase #481

Closed Hopding closed 7 years ago

Hopding commented 7 years ago

Description

This PR prevents periods from being encoded, and causes character codes to be made uppercase (%2a -> %2A).

Motivation and Context

Fixes #451. Allows for funky silly snippet titles with unsafe URL characters.

Checklist:

Screenshots (if appropriate):

screen shot 2017-05-11 at 2 59 38 pm

thebho commented 7 years ago

Yes, love my funky silly snippet titles