6 lines
86 B
Text
6 lines
86 B
Text
using URIParser
|
|
|
|
dcd = "http://foo bar/"
|
|
enc = escape(dcd)
|
|
|
|
println(dcd, " => ", enc)
|