-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use case-sensitive checks for user-defined objects. We've already normalized the case of the registry field, so can use === to compare. - The reg file can be ascii-encoded. Any non-ascii characters should appear only inside SZ strings and be hex-encoded. All the names in the schema can be represented in 7-bit ASCII characters so there's no need to support other encodings. Signed-off-by: Eric Promislow <[email protected]>
- Loading branch information
1 parent
f22127b
commit cf06fdc
Showing
2 changed files
with
25 additions
and
40 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