import std.stdio, std.uri; void main() { writeln(encodeComponent("http://foo bar/")); }