Buscar
Social
Ofertas laborales ES

Foro sobre Java SE > Problemas al leer texto iso-8859-1

Hola,
En unas conexiones por socket me devuelven este texto que tiene tildes, ñ... pero tal y como me sale dichos carácteres no salen bien.
He probado con
BufferedReader br = new BufferedReader(new InputStreamReader(socket.getInputStream(),"iso-8859-1"));
y con
String decoded = new String(line.getBytes("iso-8859-1"));

Pero no consigo mostrar el texto correctamente, ¿Que podría hacer?
Tengo que terminarlo este domingo :(
Saludos.

------=_NextPart_000_006F_01D15ACB.95A9D010
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

texto con tildes
segunda l=EDnea
tercera l=EDnea
------=_NextPart_000_006F_01D15ACB.95A9D010

enero 30, 2016 | Registered Commentervictorfz

Prueba con utf-8. Saludos

febrero 1, 2016 | Unregistered CommenterChavitoDel8