Add Decoder::process_code_points() so callers can stream decoded code points without first materializing a UTF-8 string. Implement the UTF-16 variants by walking code units directly and emitting replacement code points for malformed surrogate pairs. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Decoder.cpp | ||
| Decoder.h | ||
| Encoder.cpp | ||
| Encoder.h | ||
| Forward.h | ||
| indexes.json | ||