Hello.
I'm currently having crlf problems.
The output of a page, which is encoded using
<%@page contentType="text/plain"%><%@page pageEncoding="iso-8859-1"%>
shows crlf, while i would only like to have the right half.
The output of that page is sent to Flash, which is not able to correctly handle that case. :/
For some reason (in fact i'm only having a flash4 license), i can't use the common actionscripts you can find here and there that filter the strings.
I need that encoding, unfortunatly, because of accentuated characters.
How can i filter out the page to correct the crlf, or define the behavior of translation so that they are generated as i need to?