parsi icon indicating copy to clipboard operation
parsi copied to clipboard

add unicode support facilities

Open cthulhu-irl opened this issue 7 months ago • 0 comments

Description

The Stream is only about ascii and bytes right now, and it's hard to get utf code points. For example when validating json's quoted string, we have to manually handle utf code points.

It would save a lot of time to have facilities to support unicode comparisons and getting/validating code points.

Goals

  • supporting common character encodings to cover variety of use cases and user base.

Definition of Done

  • unspecified

cthulhu-irl avatar Jul 07 '24 16:07 cthulhu-irl