Clean up ICU shim#2243
Conversation
srl295
left a comment
There was a problem hiding this comment.
3-byte UTF-8 excludes non-BMP chars! (> U+FFFF )
3006506 to
c51d801
Compare
|
Thanks for the obviously correct byte count @srl295. What isn't obvious to me is whether the original issue your reported has been properly and completely fixed. The cheese has just moved too much for my lack of C knowledge. It does look like there is one less The original you reported the issue on would have been from just before the v0.9.4 release: If it is done it would be nice to know and get the issue closed with this final tweak. |
+1
I replied on that issue that yes it does seem fixed.
|
…onversion Co-authored-by: Steven R. Loomis <srl295@gmail.com>
Long term this shim might go away, but first I have to figure out what it is doing and make sure it is doing it right so we even have something to compare against.
Closes #359