On 7/23/07, COHEN, STEVEN M (ATTSI) <[EMAIL PROTECTED]> wrote:

The second line of the try block is getting the currentURI as a string,
which judging by the variable's name (charset), and by the documented
meaning of the the third parameter of the URI constructor in the third
line of the catch block, is supposed to represent the name of a charset.

I see, sorry. What happens, if you replace

   String charset = currentUri.getURI();

with

   String charset = currentUri.getProtocolCharset();

--
"Besides, manipulating elections is under penalty of law, resulting in
a preventative effect against manipulating elections.

The german government justifying the use of electronic voting machines
and obviously  believing that we don't need a police, because all
illegal actions are forbidden.

http://dip.bundestag.de/btd/16/051/1605194.pdf

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to