Bug 18829

Summary: add HTTP-URI-encoding to vis(3) and unvis(3)
Product: Base System Reporter: alex <alex>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff none

Description alex 2000-05-26 12:40:01 UTC
This adds HTTP-URI-encoding.

E.g.:
Hello this is my homedir~:
would become:
Hello%20this%20is ...

Needed often, for example for fetch(1).
Comment 1 alex freebsd_committer freebsd_triage 2000-07-09 16:15:57 UTC
State Changed
From-To: open->closed

Close my (committed) PR.