sS ol_htmlEncode(S... list) { ret ol_htmlEncode(asList(list)); } sS ol_htmlEncode(LS list, O... params) { ret ol(lmap htmlEncode(list), params); }