simdutf icon indicating copy to clipboard operation
simdutf copied to clipboard

Add support for UTF-32BE

Open lemire opened this issue 3 years ago • 1 comments

Currently, we refer to UTF-32LE as UTF-32. We need to add support UTF-32BE which is relatively easy.

Related: https://github.com/simdutf/simdutf/issues/3

lemire avatar May 18 '22 22:05 lemire

It is probably more urgent to address https://github.com/simdutf/simdutf/issues/3

There is probably little need for UTF-32BE since UTF-32 is mostly used internally, and processors are invariably LE these days.

cc @NicolasJiaxin

lemire avatar May 18 '22 22:05 lemire