-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.3
-
-fuse-eap-installer-6.3.0.redhat-347 on top of JBoss EAP 6.4.20
The charset option in the camel file component is not working as expected, the char entry "åäö" is not recognized.
To avoid this problem, user must do a convert body again to the desired charset, example:
from("file:/data/test" + "?charset=iso-8859-1") .convertBodyTo(byte[].class, "iso-8859-1")