summaryrefslogtreecommitdiff
path: root/shells/zsh+euc_hack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More manual pkg-comment cleanups.Ade Lovett2003-03-061-2/+0
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77038
* De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINERAkinori MUSHA2003-02-182-1/+1
| | | | | | | while I'm hre. Notes: svn path=/head/; revision=75782
* Convert COMMENT to COMMENTFILE until these ports can be converted.Kris Kennaway2003-02-101-1/+1
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=75232
* Add pkg-descr.Akinori MUSHA2002-05-122-0/+24
| | | | | | | Suggested by: max Notes: svn path=/head/; revision=58967
* Add zsh+euc, Zsh with EUC encoding support.Akinori MUSHA2002-05-119-0/+400
This is just an experimental hack and cannot happily be merged into the upstream. Zsh's line editor apparently needs a rewrite in order to support multi-byte encodings because it strongly relies on the single-byte character scheme. These patches are mostly based on the work by ono@ono.org (Thanks!): http://www.ono.org/software/zsh-euc/ What I did over this is disable the hack for non-EUC locales. Maybe the patches can be moved to shells/zsh in the future, but it's premature for the moment. Notes: - forward-char, backward-char and backward-delete-char with no numeric argument should work properly with this hack. - Completion and redisplay should work fine. - There can be some trivial side-effects. - JIS X0201-Roman and JIS X0208-Kanji are supported. - JIS X0201-Katakana and JIS X0212 Kanji are NOT supported. - Only tested with the EUC-JP (ja_JP.eucJP) locale. I'm not sure if it works for GB 2312/CNS 11643-1/KS X 1001. Any feedbacks is welcome, especially a patch if it does not work. :) Notes: svn path=/head/; revision=58933