When I'm opening preferences dialog, this encoding list appears:
Unfortunately, there are no cp1251 here.
This encoding IS available in my Mono setup - after compiling the test code for Encoding.GetEncodings() from here http://msdn.microsoft.com/en-us/library/system.text.encoding.getencodings.aspx it are among others. Both smuxi and test code have 4.0.0.0 mscorlib in their AssemblyRef.
Many Russian irc-servers are using cp1251 and have no utf-8 support, so this encoding is essential for that networks.
The text was updated successfully, but these errors were encountered:
When I'm opening preferences dialog, this encoding list appears:

Unfortunately, there are no cp1251 here.
This encoding IS available in my Mono setup - after compiling the test code for Encoding.GetEncodings() from here http://msdn.microsoft.com/en-us/library/system.text.encoding.getencodings.aspx it are among others. Both smuxi and test code have 4.0.0.0 mscorlib in their AssemblyRef.
Many Russian irc-servers are using cp1251 and have no utf-8 support, so this encoding is essential for that networks.
The text was updated successfully, but these errors were encountered: