Elements C++ GUI library
-
Updated
Jun 15, 2021 - C++
Add a description, image, and links to the cpp17-library topic page so that developers can more easily learn about it.
To associate your repository with the cpp17-library topic, visit your repo's landing page and select "manage topics."
It could be conceivable that, if an error handler is called and replacement is happening, replacement characters may be inserted into the stream which may need additional state information. Does this mean
encode_state
anddecode_state
need to be (required) parameters toreplacement_code_units
,replacement_code_points
,maybe_replacement_code_units
, andmaybe_replacement_code_points
?