kevin-montrose/Cesil

Implement big endian branches in Utils.FindChar

Closed this issue · 1 comments

There are two places in Utils.FindChar(ReadOnlySpan<char>, char) where a NotImplementedException is thrown if we're on a big endian system.

The major blocker here is some way to actually test the code.

This was fixed in #49 by switching to .NET 5 built-ins.