-
Notifications
You must be signed in to change notification settings - Fork 149
CStr vs UTF-8 improvements #371
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
Conversation
ghedo
left a comment
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.
Added some nits, but lgtm.
|
|
||
| /// Returns a short string describing the state of the session. | ||
| /// | ||
| /// Returns empty string if the state wasn't valid UTF-8 |
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.
| /// Returns empty string if the state wasn't valid UTF-8 | |
| /// Returns empty string if the state wasn't valid UTF-8. |
|
|
||
| /// Returns a longer string describing the state of the session. | ||
| /// | ||
| /// Returns empty string if the state wasn't valid UTF-8 |
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.
| /// Returns empty string if the state wasn't valid UTF-8 | |
| /// Returns empty string if the state wasn't valid UTF-8. |
|
|
||
| /// Return a human readable error string from the verification error. | ||
| /// | ||
| /// Returns empty string if the message was not UTF-8 |
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.
| /// Returns empty string if the message was not UTF-8 | |
| /// Returns empty string if the message was not UTF-8. |
|
|
||
| /// # Safety | ||
| /// | ||
| /// MUST be UTF-8 |
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.
| /// MUST be UTF-8 | |
| /// MUST be UTF-8. |
No description provided.