Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
Currently, the `character classes' configuration on the Selection panel for word-at-a-time selection only covers the first 128 characters. It did not change when PuTTY was upgraded to Unicode.
It should probably support configurable selection for Unicode somehow, but clearly the UI will need major changes.
Currently there is some hard-coded wordness for Unicode that tries to
do the right thing for particular Unicode ranges, in
terminal.c:wordtype()
. Perhaps the data structure here
could be used as the basis of a simple UI. (Will need to translate
existing configurations, of course.)
Possibly relevant references: