Re: [OT] JSP parameter frustration

Eric Carlson <[email protected]> Wed, 05 Jul 2006 23:05:59 +0100
Newsgroups gmane.text.xml.resin.user
Organization Gazin' at the stars...
Message-ID <[email protected]>
On Wed, 5 Jul 2006 17:51:36 -0400, you wrote:

>Specify the encoding in the getBytes() method and you'll probably get =20
>what you wanted.
>

byte[] passwordArray =3D password.getBytes("ISO-8859-1"); it was!!
Excellent, thanks.