-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was in response to #273 . A user on windows wasn't able to load things because windows had a different default encoding. This fixes that and ensures the local tracker writes & reads utf-8 everywhere. * Tests adding specific encoding * Adds assumption on state to docs To make it clear what we assume. * Adds test case on utf-8 encoding for local tracker Adds test cases to: 1. enshrine behavior that developer needs to make sure things are utf-8 encodable. 2. integration test to ensure what is written can be read.
- Loading branch information
Showing
3 changed files
with
117 additions
and
5 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