Skip to content

Commit

Permalink
support unicode characters
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Aug 28, 2018
1 parent 145cba3 commit 8c2b8cf
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 8c2b8cf

Please sign in to comment.