-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quickfix/n how to change the encoding from iso-8859-1 to windows-1251 #739
Comments
Are you using an older version of qf/n? I think we very explicity transmit in
|
I want the encoding to be taken out to the settings. This will make quick fix more flexible. "ISO-8859-1" is a standard for English-speaking people. My broker uses win1251 by default and I get a crooked text display and then I have to recode the iso-8859-1 - >win1251, which consumes computing resources. Now I have edited win1251 encoding in the Char Encoding.cs file and everything has worked for me. Example:
|
I wouldn't be opposed to exposing it as a SessionSetting. Although the FIX Protocol standard requires latin1, many firms (including very large ones) obviously do not adhere to it. |
Can I do something to help on this? |
I said an easy fix because I have in mind that I don't need it per session. |
@gbirchmeier I saw that there is activity lately with a lot of changes. We have forked and build our own version just to support a different encoding, so we are stuck without updates. Thank you P.S. QuickfixJ current implementation here |
Hello.
The server transmits FIX messages in windows-1251 encoding. QuickFix writes data to a log file in iso-8859-1. Is it possible to change the encoding without recompiling quickfix/n ?
The text was updated successfully, but these errors were encountered: