You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Keep the warning on keys
- Keep the warning for other "control" characters (like bell, backspace, ...)
Also remove the newline from the example, and fix a few typos
err.append({"class": 50702, "subclass": 1+stablehash64(key), "text": T_("\"{0}\"=\"{1}\" unexpected non printable char ({2}, 0x{3:04x}) in value at position {4}", key, value, unicodedata.name(m.group(0), ''), ord(m.group(0)), m.start() +1)})
0 commit comments