Query in Character.isISOControl()

In java documentation Character.isISOControl() will check if character its code is in the range '\u0000' through '\u001F' or in the range '\u007F' through '\u009F'.

\u0000' through '\u001F' is 0 to 31 in ASCII. what are all there in \u007F' to \u009F' ( 127 to 159 ) ? Could somebody exlain these characters ?

[336 byte] By [baskarka] at [2007-11-27 7:31:48]
# 1
http://en.wikipedia.org/wiki/ISO/IEC_8859-1#ISO-8859-1
quittea at 2007-7-12 19:12:03 > top of Java-index,Java Essentials,Java Programming...
# 2
> http://en.wikipedia.org/wiki/ISO/IEC_8859-1#ISO-8859-1Now I got it. Thank you.
baskarka at 2007-7-12 19:12:03 > top of Java-index,Java Essentials,Java Programming...