|
Sorry I misintepreted the previous message.
for iso-8859-1
the code for testing equality
is
if ( s1.charAt(i)== (0xff & xml[k]) ){
}
for handling character reference,
the comparison function simply implements the
behavior of treating "" as an integer value 128.
Thanks
|