You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to use the sc3tools to insert re-insert text made from the CommiteeOfZero into .msb files and noticed an issue with the charset.utf8 for Robotics;Note DaSH.
It has duplicate characters such as the letter 'i' and 'v' within it which is causing reinsertion to corrupt text up around the character "i".
I ran an awk command to replace the duplicate characters with a space from the charset.utf8 file
I found that substituting the duplicate characters with the ascii space character(0x20) resolves the issues.
Here is an updated charset.utf8 file with the duplicate characters replaced with ascii space. charset.utf8
Also I noticed an issue with the replacement of text in sc3tools 2.1 and commented on it at c0946d6#r55247130
The text was updated successfully, but these errors were encountered:
Hello, I am trying to use the sc3tools to insert re-insert text made from the CommiteeOfZero into .msb files and noticed an issue with the charset.utf8 for Robotics;Note DaSH.
It has duplicate characters such as the letter 'i' and 'v' within it which is causing reinsertion to corrupt text up around the character "i".
I ran an awk command to replace the duplicate characters with a space from the charset.utf8 file
I found that substituting the duplicate characters with the ascii space character(0x20) resolves the issues.
Here is an updated charset.utf8 file with the duplicate characters replaced with ascii space.
charset.utf8
Also I noticed an issue with the replacement of text in sc3tools 2.1 and commented on it at c0946d6#r55247130
The text was updated successfully, but these errors were encountered: