Files
ladybird/Userland/Libraries/LibJS/Runtime/StringObject.cpp
Timothy Flynn a2e734d202 LibJS: Report string length as the code point length, not byte length
For example, U+180E is 3 bytes, but should have a string length of 1.
2021-07-17 16:59:59 +01:00

6.6 KiB