Hi Alejandro,
have you tried these settings in your adapter module chain?
Processing Sequence:
Number | Module Name | Type | Module Key |
1 | AF_Modules/MessageTransformBean | Local Enterprise Bean | Codepage |
2 | AF_Modules/TextCodepageConversionBean | Local Enterprise Bean | Convert |
| .... your other modules... MessageTransformBean etc |
Module Configuration:
Module Key | Parameter Name | Parameter Value |
Codepage | Transform.ContentType | text/plain;charset=utf-16 |
Convert | Conversion.charset | utf-8 |
By the way: Have you checked the first character? Do you receive files starting with a BOM?
With kind regards
Konrad Thalheim