- Add native support for unicode everywhere.
- Remove Big5 specific code (and the menu entry)
Details
- Reviewers
- None
- Commits
- rG62fba0054d9e: ee: add unicode support
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 70692 Build 67575: arc lint + arc unit
Event Timeline
| contrib/ee/ee.c | ||
|---|---|---|
| 676 | Please call me stupid, but why is the exit code zero if the status is an error? | |
Works fine for me. I tried to insert a lot of different Unicode characters, including smileys and other weird symbols, and everything seems to be supported.
Please push it and do the MFC, it will be highly appreciated by the FreeBSD users, especially those newbies and Gen-Z who don't know how to use vi editor.
| contrib/ee/ee.c | ||
|---|---|---|
| 676 | wget_wch (and wgetch befor) will return ERR if the undersneath terminal is closed (like network failure on a ssh session) I understand this might be debattable, but this is not the scope of this change. | |
| contrib/ee/ee.c | ||
|---|---|---|
| 676 | That makes sense. I line of explanation would clarify a lot. | |