Page 1 of 1

UTF8?

Posted: Sun Apr 30, 2017 2:43 pm
by BLackySVK
Hallo,
its possible to set up unicode UTF 8 on Mudlet ?
I really need it, cause i have problem read some text...

Thanks for reply.

Re: UTF8?

Posted: Mon May 01, 2017 1:27 am
by SlySven
That is something we are looking at right now!

I have some prototype code that will display UTF-8 text it but triggering off of it is not fully working yet and selection/highlighting and modifications to (MUD server originated) text is not yet functional either... we do intend to have at least to have support for Left-to-Right Latinate (if that is the right word for "Western" style written languages) though whether we can include supporting combining diacriticals as part of a (re)normalising of both user entered and MUD supplied texts is not yet certain - for Mudlet 4.0

Re: UTF8?

Posted: Mon May 01, 2017 11:32 am
by BLackySVK
Thanks, maybe is bug somewhere else. I added som screenshots (links)
Here is like it look now:
http://prntscr.com/f2ucfy

And here like it is correct:
http://prntscr.com/f2ucvo

Any idea?

Re: UTF8?

Posted: Tue May 02, 2017 8:15 pm
by SlySven
Yeah that is entirely consistent with Mudlet only handling ASCII, technically it ought to accept the extended ISO 8859-1 characters as well, but up to now I am not sure that it did. I have a PR that is still Work-in-progress that probably can display that and a number of other ISO 8850-# and other "encodings" as well as UTF-8 (see https://github.com/Mudlet/Mudlet/pull/984) but that is only really a "technology preview" as it is part of the "something we are looking at right now" and is not ready for use as there are several connected issues that need to be sorted before there is anything usable for the masses...

Re: UTF8?

Posted: Thu May 04, 2017 7:20 am
by Vadi
Mudlet doesn't support UTF-8 but we are working on it.

Re: UTF8?

Posted: Thu May 31, 2018 6:40 am
by Vadi
It has been supported for a while now with https://www.mudlet.org/2017/06/mudlet-3-2 enjoy!