mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #04258
Re: [Bug 1653226] Re: scandinavian letters and some special characters are not supported
Yep, we don't support other encodings yet. It's on our roadmap to do so.
On Fri, 30 Dec 2016 1:35 pm Tomi Lindroos, <1653226@xxxxxxxxxxxxxxxxxx>
wrote:
> also the output doesn't support latin-1 of utf-8 encoding so it ends up
> showing gibberish characters
>
> --
> You received this bug notification because you are a member of Mudlet
> Makers, which is subscribed to Mudlet.
> https://bugs.launchpad.net/bugs/1653226
>
> Title:
> scandinavian letters and some special characters are not supported
>
> Status in Mudlet:
> New
>
> Bug description:
> There seems to be some issues in character encoding for mudlet. Using
> aliases to reply to tells with scandinavian letters results in and
> unsupported character error. Below is the example:
>
> The original message was: "tell Ilmari smöö"
>
> Mudlet output:
> tell Ilmari sm��
> Unsupported character following "...ri sm".
>
> The alias in mudlet is pretty simple:
>
> Pattern: ^lt (.*)$
>
> Code:
> reply_msg = matches[2]
> send("tell " .. reply_to .. " " .. reply_msg)
>
> mudlet version: 3.0.0-iota
> os: windows 10 (10.0.14393 Build 14393)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mudlet/+bug/1653226/+subscriptions
>
> _______________________________________________
> Mailing list: https://launchpad.net/~mudlet-makers
> Post to : mudlet-makers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~mudlet-makers
> More help : https://help.launchpad.net/ListHelp
>
References