I am deploying a Java Servlet in Weblogic, The only drawback is that I am bad at encoding, it comes from a properties file (.properties) and it is UTF-8.
When I execute it, it gives me the following output:
��srjava.util.HashMap���'�F loadFactorI thresholdxp?@ wtramonsrjava.util.ArrayListx����a�Isizexp/w�sr)com.intercam.corporativo.pld.Coincidencia>�˽���F porcentajeL fechaIngresotLjava/util/Date;LlistatLjava/lang/String;Lnombreq~Lpuestoq~xpB�ptfbit RAMON SALINAStpuestosq~B�ptterrotRAMON Xtpuestosq~B�ptExtratRAMON ARAMBULAtpuestosq~B�ptofact RAMON MORAtpuestosq~B�ptterrotRAMON Xtpuestosq~B�ptopcctRAMON Xtpuestosq~B�ptofact RAMON
I have tried several solutions, but none works. Any suggestions? Thanks.