static S htmlEncode2(String s) { ret htmlencode_noQuotes(s); } sS htmlEncode2(O o) { ret htmlEncode2(strOrEmpty(o)); }