Skip to content

Commit

Permalink
per #739: doc for Encoding config setting
Browse files Browse the repository at this point in the history
and dev credit

attn: @SNORRIS721
  • Loading branch information
gbirchmeier committed Jan 23, 2025
1 parent e1fdda8 commit f82f3ed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions tutorial/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,21 @@ QuickFIX Settings
</td>
<td class='default'>Y</td>
</tr>

<tr>
<td class='setting'>Encoding</td>
<td class='description'>
Specify an alternate character encoding, if your counterparty is using an encoding other than the FIX-mandated iso-8859-1.
<br/>
<strong>Note: This is a global setting. This setting will apply to ALL sessions.</strong>
</td>
<td class='valid'>
An value that is a valid parameter to `System.Text.Encoding.GetEncoding()` on your platform.
For instance: iso-8859-1, windows-1251, utf-8
</td>
<td class='default'>iso-8859-1</td>
</tr>

</table>


Expand Down
2 changes: 1 addition & 1 deletion web/views/about/credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ Contributors
- Vasily Petruhin
- Ian Lee Claxton
- Hank Libman

- Sam Norris

0 comments on commit f82f3ed

Please sign in to comment.