Commits

Gary Liu committed dd13eb926e3
Endian fix for Strings in s390x (#4194) 1. The change in StaticString's withUTF8Buffer is to store the UTF-8 code unit properly in the buffer. 2. The change in StringCore's _nthContiguous is to represent the UTF-16 data correctly when it contains the high byte. We ran validation tests and foundation tests with the change on x86-64 and s390x. No new regression is observed.