-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup as prepared to merge unicode support
Changed the string constructors to use nio.StandardCharset which ensures that it will not throw an error. Fixed a bug introduced in SystemIO.writeToFile where the number returned was not the number of bytes written but the number of characters written. Improved the errors generated about \uXXXX in strings General cleanup of the loop to write bytes in Assembler.storeStrings
- Loading branch information
1 parent
1d5cdc3
commit 10e9c6f
Showing
3 changed files
with
24 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters