Skip to content
Snippets Groups Projects
Commit 3f73805a authored by KUSOGLU GARIP's avatar KUSOGLU GARIP
Browse files

corected special french chars (like çàô...)

parent 470b41ab
Branches
No related merge requests found
......@@ -110,7 +110,7 @@ public class EncryptOrDecrypt {
break;
}
}
output = new String(new String(outputBytes).getBytes("ISO-8859-1"));
output = new String(outputBytes);
}
catch (Exception e)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment