Skip to content
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 a possible issue to the README. #7

Merged
merged 2 commits into from
Oct 12, 2018
Merged

Add a possible issue to the README. #7

merged 2 commits into from
Oct 12, 2018

Conversation

typesanitizer
Copy link

Fixes my "complaint" in issue #4 .

@@ -23,6 +23,16 @@ fn main() {
}
```

**NOTE:** The computed width values may not match the actual rendered column
width. For example, the woman scientist emoji comprises of a woman emoji, a
zero-width joiner and a microscope emoji.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably mention that folks should refer to UTS 11 for more details on what this does and does not handle

README.md Outdated

```rust
extern crate unicode_width;
use unicode_width::UnicodeWidthStr::width;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code doesn't compile, you can't import non-instance methods.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I can't get the rustdoc test to work locally for some reason, compiles now.

@Manishearth Manishearth merged commit ff4923a into unicode-rs:master Oct 12, 2018
@Manishearth
Copy link
Member

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants