sS htmlEncode2OrNull(S s) { ret s == null ? null : htmlEncode2(s); }