[Mudlet-makers] [Bug 1653226] Re: scandinavian letters and some special characters are not supported

2017-03-31 Thread Vadim Peretokin
Migrating issues to Github, please follow the new discussion here:
https://github.com/Mudlet/Mudlet/issues/505

This issue needs to be closed and there is no appropriate status, so
will set it to "Opinion" just for migration purposes.

** Bug watch added: github.com/Mudlet/Mudlet/issues #505
   https://github.com/Mudlet/Mudlet/issues/505

** Changed in: mudlet
   Status: Confirmed => Opinion

-- 
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:
  Opinion

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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mudlet-makers
More help   : https://help.launchpad.net/ListHelp


[Mudlet-makers] [Bug 1653226] Re: scandinavian letters and some special characters are not supported

2017-03-11 Thread Vadim Peretokin
We'll approve it when we have the discussion about how to do i18n! It's
all coming!

-- 
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:
  Confirmed

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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mudlet-makers
More help   : https://help.launchpad.net/ListHelp


[Mudlet-makers] [Bug 1653226] Re: scandinavian letters and some special characters are not supported

2016-12-31 Thread Stephen Lyons
...and I am linking it to the, as now, not yet "approved" blueprint (I
wrote that so I think someone else ought to approve it!) - *looks
pleadingly across to Vadim...*

-- 
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:
  Confirmed

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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mudlet-makers
More help   : https://help.launchpad.net/ListHelp


[Mudlet-makers] [Bug 1653226] Re: scandinavian letters and some special characters are not supported

2016-12-31 Thread Stephen Lyons
I am marking this as "Confirmed" and "Medium" (rather than "Wishlist")
as this (full UTF-8 support) is something we aim to target for Mudlet
4.0 and thus will be on our roadmap once we have put up that "Milestone"
on our "Roadmap"...

** Changed in: mudlet
   Status: New => Confirmed

** Changed in: mudlet
   Importance: Undecided => Wishlist

** Changed in: mudlet
   Importance: Wishlist => Low

** Changed in: mudlet
   Importance: Low => Medium

-- 
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:
  Confirmed

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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mudlet-makers
More help   : https://help.launchpad.net/ListHelp


Re: [Mudlet-makers] [Bug 1653226] Re: scandinavian letters and some special characters are not supported

2016-12-30 Thread Vadim Peretokin
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, <1653...@bugs.launchpad.net>
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@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~mudlet-makers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~mudlet-makers
Post to : mudlet-makers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mudlet-makers
More help   : https://help.launchpad.net/ListHelp


[Mudlet-makers] [Bug 1653226] Re: scandinavian letters and some special characters are not supported

2016-12-30 Thread Tomi Lindroos
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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mudlet-makers
More help   : https://help.launchpad.net/ListHelp