sh: Change the CTL* bytes to ones invalid in UTF-8.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 3 Jul 2011 02:15:36 +0000 (16:15 -1000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 21 Aug 2011 19:10:25 +0000 (12:10 -0700)
commit0d9648a3b3a9fa5ee5d7ed1399232f11dd8ae51b
tree9170d1deb3cb8379d4b94f819e4d6e537da3ed05
parente1489450c38a053dad66768fc12706aa2968f646
sh: Change the CTL* bytes to ones invalid in UTF-8.

This ensures that mbrtowc(3) can be used directly once it has been
verified that there is no CTL* byte. Dealing with a CTLESC byte
within a multibyte character would be complicated.

Obtained-from:   FreeBSD SVN rev 221551
bin/sh/parser.h