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

rusti doesn't handle multibyte utf-8 characters properly #6681

Closed
ben0x539 opened this issue May 22, 2013 · 0 comments
Closed

rusti doesn't handle multibyte utf-8 characters properly #6681

ben0x539 opened this issue May 22, 2013 · 0 comments

Comments

@ben0x539
Copy link
Contributor

Typing non-ascii characters seems to confuse rusti about the cursor position and line length, and they seem to get backspaced byte by byte.

Here's some for testing: fööbär

bors added a commit that referenced this issue May 25, 2013
This updates the bundled linenoise library, and explicitly builds it with UTF8 support. This way rusti correctly handles utf8 characters when doing line operations.

Closes #6681
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 11, 2021
…lip1995,phansch

Adds a new lint that checks if there is a semicolon on the last block statement if it returns nothing

changelog: Added a new lint: `SEMICOLON_IF_NOTHING_RETURNED`
fixes rust-lang#6467
Adds the `SEMICOLON_IF_NOTHING_RETURNED` lint and therefore closes rust-lang#6467.
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

No branches or pull requests

2 participants