Umlauts (again) and arraytojson

2020-04-09 Thread Klaus major-k via use-livecode
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

Re: Umlauts (again) and arraytojson

2020-04-09 Thread Tom Glod via use-livecode
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

Re: Umlauts (again) and arraytojson

2020-04-09 Thread Trevor DeVore via use-livecode
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