I have an application that sends binary websocket messages between a class and the web application using a websocket server written in java.
The data being sent from the java class is encoded in a binary buffer with the bytes in ISO8859_1. However, when I receive the bytes on the websocket server and the web application end they are junk (such as -121, -116, etc.) and not encoded the correct way that they need to be. I was reading that this might be caused by something being set in my websocket server and web application to use UTF-8 for the default and not ISO8859_1. Is there any way I can change my websocket server and my web application which uses JavaScript to use ISO8859_1 instead of UTF-8? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org