Lagrange [release]
Gopher: Link paths must be URL-encoded
[1mdiff --git a/src/gopher.c b/src/gopher.c[m
[1mindex 229ff9f4..0a7489ba 100644[m
[1m--- a/src/gopher.c[m
[1m+++ b/src/gopher.c[m
[36m@@ -114,7 +114,8 @@[m [mstatic iBool convertSource_Gopher_(iGopher *d) {[m
cstr_Rangecc(domain),[m
cstr_Rangecc(port),[m
lineType,[m
[31m- cstr_Rangecc(path),[m
[32m+[m[32m cstrCollect_String([m
[32m+[m[32m urlEncodeExclude_String(collectNewRange_String(path), "/")),[m
cstr_Rangecc(text));[m
appendData_Block(d->output, constBegin_String(buf), size_String(buf));[m
iEndCollect();[m