Implement UTF-{16,32} converters that use BOM.
authorChris Hanson <org/chris-hanson/cph>
Mon, 18 Nov 2019 00:48:18 +0000 (16:48 -0800)
committerChris Hanson <org/chris-hanson/cph>
Mon, 18 Nov 2019 00:48:18 +0000 (16:48 -0800)
commit64664b958aab1b15cca967c80852fd472a5c28c1
treec104e72e6cc344a6f1fafac1505a64a2eeb59bbd
parentb51333624dda1756ce3d5510a03df460d84bdd2d
Implement UTF-{16,32} converters that use BOM.

This is needed for support of SRFI 140.
src/runtime/bytevector.scm
src/runtime/runtime.pkg
tests/runtime/test-bytevector.scm