mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 16:33:27 +00:00
fix: escape raw NUL bytes to fix Sonar encoding warning
Four Kotlin sources embedded literal NUL (0x00) bytes, used as string separators and as literal characters in KDoc comments. A NUL is valid UTF-8 (U+0000) so decoders accept it, but SonarScanner flags an embedded NUL in a text source as a file-encoding problem, and git tracked these files as binary.
This commit is contained in:
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user