- Issue created by @demonde
This is the ordinary behavior of mb_strlen.
php > echo mb_strlen('foobar'); 6 php > echo mb_strlen('foo\nbar'); 8
https://stackoverflow.com/questions/68618268/mb-strlen-counts-new-lines-...
- Status changed to Closed: won't fix
about 1 year ago 9:01pm 19 September 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
We are not going to change how Drupal core handles #maxlength.
- π©πͺGermany demonde
Fine, but it would be nice to understand which javascript code does prevent to exceed the amount of typed characters. I would like to understand how the problem is produced.