Adam Langley 1b08228a8a go.crypto/ssh/terminal: support Unicode entry.
Previously, terminal only supported ASCII characters. This change
alters some []byte to []rune so that the full range of Unicode is
supported. The only thing that doesn't appear to work correctly are
grapheme clusters as the code still assumes one rune per glyph. Still,
this change allows many more languages to work than did previously.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/13704043
2013-09-13 14:33:00 -04:00
2013-02-04 10:36:09 -05:00
2013-02-04 10:36:09 -05:00
Description
Go terminal and console support
BSD-3-Clause 241 KiB
Languages
Go 100%