boolean isISO(String locale)
which will return true
if both the language and the
country codes are ISO codes, and false
otherwise.
Font[] canShowString(String s)
which, for the given string s
, will return all of the fonts that can display
all of the characters in the string s
.
dispatchEvent()
. If your code uses methods
unchanged that have been given in the lecture notes, there is no need to repeat those methods.
String normaliseURI(String s)
which will take the string s
for a URI and return a new URI where all escape
sequences have been replaced by their ASCII equivalent.