diff --git a/src/common.cpp b/src/common.cpp index 4caa68b76..8c3a1cf6b 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -1109,7 +1109,7 @@ wcstring escape_string(const wcstring &in, escape_flags_t flags, escape_string_s break; } case STRING_STYLE_URL: { - DIE("STRING_STYLE_URL not implemented"); + escape_string_url(in.c_str(), result); break; } case STRING_STYLE_VAR: {