-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add String::from_utf16
.
#306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I'd like to keep push_utf16
private for now but otherwise this looks good. could you please address my inline comments and update the changelog?
23973f6
to
ef4c843
Compare
6ad5943
to
a776a4c
Compare
9811da6
to
ce7bf45
Compare
@japaric, I have removed the |
ce7bf45
to
8053f38
Compare
String::from_utf16
and String::push_utf16
.String::from_utf16
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for the feature & documentation update! Just one small change that I think it worth making.
f571c2e
to
01c1cf4
Compare
01c1cf4
to
5e17d8f
Compare
Add equivalent to
std::string::String::from_utf16
and additionalpush_utf16
helper method.