Skip to content

Commit

Permalink
Merge pull request jesseduffield#231 from jesseduffield/feature/24-su…
Browse files Browse the repository at this point in the history
…pport-unicode-characters

Support unicode characters
  • Loading branch information
jesseduffield authored Aug 28, 2018
2 parents 145cba3 + 8c2b8cf commit 2181a91
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 60 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions test/repos/unicode_characters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ ZWJ https://en.wikipedia.org/wiki/Zero-width_joiner / https://unicode.org/
UNICODE ☆ 🤓 え 术
EOT
git add charstest.txt
git commit -m "Test chars Œ¥ƒ👶👨‍👦☆ 🤓 え 术 commit"
git commit -m "Test chars Œ¥ƒ👶👨‍👦☆ 🤓 え 术👩‍💻👩🏻‍💻👩🏽‍💻👩🏼‍💻👩🏾‍💻👩🏿‍💻👨‍💻👨🏻‍💻👨🏼‍💻👨🏽‍💻👨🏾‍💻👨🏿‍💻 commit"
echo "我喜歡編碼" >> charstest.txt
echo "நான் குறியீடு விரும்புகிறேன்" >> charstest.txt
git add charstest.txt
git commit -m "Test chars 我喜歡編碼 நான் குறியீடு விரும்புகிறேன் commit"

111 changes: 83 additions & 28 deletions vendor/github.com/jesseduffield/gocui/edit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 61 additions & 27 deletions vendor/github.com/jesseduffield/gocui/view.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2181a91

Please sign in to comment.