@b0rk 0x7f is usually called "delete" or "DEL", to constrast it with 0x08 which is "backspace", and they are different and sometimes the terminal gets confused.
But your chart calls them both "backspace", which I think might tend to add to the amount of confusion in the universe.
@mjd thanks that's a good point -- I'm very confused about what Ctrl-H does in practice -- to me it feels like 0x08 is just kind of some weird old cruft that has no real purpose but maybe that's not true
(if it does have a purpose I'd be interested to know what it is! I don't have a backspace key on my keyboard right now but my impression is that the backspace key is supposed to map to an ASCII DEL)