Encoding Character Set

Post Reply
Rutseg
Posts: 6
Joined: Tue Mar 27, 2012 3:51 pm

Encoding Character Set

Post by Rutseg »

Not all the MUD the servers support Unicode. When that's the case, sending characters like íóúö etc... ends in bad results. As requested in http://forums.mudlet.org/viewtopic.php?f=9&t=1250 I have added a combobox to the profile preferences menu so you can set the encoding of your MUD solving this issue.

I tried to push the branch to the repository but it ended into an error. I suppose it is because I am not member of the team, so I asked access.

I attach with the message the diff file for the patch. It seems my Qt Designer rearranged the ui file, but I actually only added one label and a combobox where all the supported encodings are dumped for selection.
Attachments
encoding.diff
(7.88 KiB) Downloaded 448 times

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Encoding Character Set

Post by Vadi »

Aha, I see. The main is on sourceforge, to which only Heiko has access. Thanks for the patch!

Post Reply