-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle UTF-8 code points in
StdString
(#381)
* Improve UTF-8 support for StdString * Common support for StdWString/StdString * Fix invalid empty character literal on Julia 1.6 * Debug Windows StdWString issue * Fix StdWString tests on Windows * Support constructing of malformed chars for tests * Update iterating into invalid index * Support null-terminated constructor via Cstring * Comment on custom iterate method * Add docstring for StdString(::Any, ::Integer) * Add tests for StdString(::String, ::Integer) * Add README entry * fixup! Add README entry * fixup! Add tests for StdString(::String, ::Integer)
- Loading branch information
Showing
3 changed files
with
182 additions
and
17 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