-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.3
-
%
-
-
-
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")