2 Replies Latest reply on Jan 29, 2009 6:25 AM by tfennelly

    FTPProvider

    poyge394

      Hello.
      I have a problem with Swedish characters when I read a file from an FTP server with FTPProvider.
      The file is UTF-8, but as soon as I read the file and enters the pipe, becomes Swedish characters wrong.
      Do you have any tips?

        • 1. Re: FTPProvider
          tfennelly

          Are you able to check the file in isolation? Can you make sure the file is UTF-8? How are you viewing the contents of the file i.e. are you sure the useragent used to view the contents is actually able to display these characters ?

          • 2. Re: FTPProvider
            tfennelly

            Sorry... I also meant to say that the Ftp listener doesn't actually decode the file contents. It just reads the raw bytes into a byte[] and that's the message payload (see RemoteFileMessageComposer).