Re: How to remove emoji's from unicode string

2019-01-13 Thread Stephen MacLean via use-livecode
Hi Kee, codepointOffset() doesn’t seem to work as expected, at least for me on my data, although I’m not sure why. The results are way different. I had thought it would be as simple as using that, but as per usual, nothing is! Best, Steve MacLean > On Jan 13, 2019, at 6:51 PM, Kee Nethery

Re: How to remove emoji's from unicode string

2019-01-13 Thread Stephen MacLean via use-livecode
Hi Richmond, Thanks for posting this! There are multiple ranges for emojis, as more were added in each version on Unicode. Here is the list for the latest version of unicode 12.0 https://www.unicode.org/Public/emoji/12 ... i-data.txt

Re: How to remove emoji's from unicode string

2019-01-13 Thread scott--- via use-livecode
Hello Richmond.I have found that emojis also cause the command to fail silently. Being able to strip emojis would be helpful for that as well. I've been fooling about with your emoji stripping stack. Using codePointToNum(tEmojiChar) > 128511 doesn't seem to catch all the emoji

Re: How to remove emoji's from unicode string

2019-01-13 Thread Kee Nethery via use-livecode
On my phone so verify this. Shouldn’t you be using codepointoffset(),not offset()? Kee Nethery > On Jan 13, 2019, at 1:34 PM, Richmond via use-livecode > wrote: > > Cop a look at this: > > *http://forums.livecode.com/viewtopic.php?f=7=32030* > >> On 13.01.19 22:17, Stephen MacLean via

Re: How to remove emoji's from unicode string

2019-01-13 Thread Richmond via use-livecode
Cop a look at this: *http://forums.livecode.com/viewtopic.php?f=7=32030* On 13.01.19 22:17, Stephen MacLean via use-livecode wrote: Hi All, The recent conversations on using offset() with Unicode strings was very enlightening, thanks to all that took part!. I have data stored in UTF8mb4. I

Re: How to remove emoji's from unicode string

2019-01-13 Thread Richmond via use-livecode
Well . . . as the emojis are stored in a Unicode range (Hex 1F600 - 1F64F) https://www.unicode.org/charts/ I'd "just" strip out any characters inwith that range. On 13.01.19 22:17, Stephen MacLean via use-livecode wrote: Hi All, The recent conversations on using offset() with Unicode

RE: XMLHttpRequest from JavaScript to LC Server

2019-01-13 Thread Ralph DiMola via use-livecode
Example LC server script and Html page==> https://www.dropbox.com/sh/7r1fsip3aa2bgfv/AAAW_wNEkBu9-wNjTMah3bNOa?dl=0 I cleaned it up a bit and removed debugging code. In the end it's deceptively simple but there was a fair amount of scratching-and-sniffing along the way. I commented the

How to remove emoji's from unicode string

2019-01-13 Thread Stephen MacLean via use-livecode
Hi All, The recent conversations on using offset() with Unicode strings was very enlightening, thanks to all that took part!. I have data stored in UTF8mb4. I use textDecode after loading it from the DB to put it into a format that LC understands. I then use offset() to find certain tags,

LCImageToolBox_v190

2019-01-13 Thread hh via use-livecode
LCImageToolBox89 and LCImageToolBox6789Mac are updated to v190: Added 5 methods of a stippling effect [ see https://en.wikipedia.org/wiki/Stippling ] Download LCImageToolBox from "Sample Stacks" or http://livecodeshare.runrev.com/stack/826/ (for LC 8/9) http://livecodeshare.runrev.com/stack/827/

Re: XMLHttpRequest from JavaScript to LC Server

2019-01-13 Thread Matthias Rebbe via use-livecode
Yes, please post the examples. Regards, Matthias Matthias Rebbe free tools for Livecoders: https://instamaker.dermattes.de https://winsignhelper.dermattes.de > Am 13.01.2019 um 00:25 schrieb Ralph DiMola via use-livecode