79241922

Date: 2024-12-01 15:41:37
Score: 1
Natty:
Report link

strlen() does not return number of characters, but number of bytes (char) of the string. No ascii characters such that "äöü" are 2 bytes long. It exists wchar_t type (C++) for unicode strings.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: STyx