fcbond / ltdb

Linguistic Type Data-Base
Other
2 stars 2 forks source link

Escape characters in URL #20

Open guyemerson opened 4 years ago

guyemerson commented 4 years ago

Some type names contain the + character, which gets interpreted as a space in a URL, e.g.:

https://lr.soh.ntu.edu.sg/~bond/cgi-bin/ERG_mo/showtype.cgi?typ=cp_prop+ques_verb

Escaping it as %2b works:

https://lr.soh.ntu.edu.sg/~bond/cgi-bin/ERG_mo/showtype.cgi?typ=cp_prop%2bques_verb