| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…#176) writeResult used String.length() (Java char count) for malloc and opaJsonParse, which undercounts for multi-byte UTF-8 characters like em-dash (U+2014). Encode to UTF-8 bytes first and use byte length. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
writeResult used String.length() (Java char count) for malloc and opaJsonParse, which undercounts for multi-byte UTF-8 characters like em-dash (U+2014). Encode to UTF-8 bytes first and use byte length.
fixes #176