On Thu, Apr 9, 2020 at 8:06 AM Klaus major-k via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi friends,
>
> this just came up in the german LC forum, obviously "arraytojson"
> does not like UMLUATS in the keynames!?
>
> This:
> --
> on mouseUp
> put "eins" into tAr
definitely not correct.
On Thu, Apr 9, 2020 at 9:06 AM Klaus major-k via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi friends,
>
> this just came up in the german LC forum, obviously "arraytojson"
> does not like UMLUATS in the keynames!?
>
> This:
> --
> on mouse
Hi friends,
this just came up in the german LC forum, obviously "arraytojson"
does not like UMLUATS in the keynames!?
This:
--
on mouseUp
put "eins" into tArray["äns"]
put "zwei" into tArray["zwöi"]
put arraytojson(tArray)
end mouseUp
--
gives -> {}
Is