Hi,
On-rev.com hosting, using LC server to present a list of our
AM/FM radio programs for people to listening to on-demand.
Out of a month's 20 programs, 3 or 4 might not get uploaded due
to copyright issues, etc. Also, mp3's are not on the on-rev.com
server, but another hosting service we u
On 22/01/2017 03:22, J. Landman Gay via use-livecode wrote:
Here's a test sample of some UTF8 I get back from a server:
{"UserID":48,"UserName":"Eduardo Ba\u00f1uls","UserLoginName":"ebanu"}
Hi Jacque,
This is valid JSON (and also valid ASCII). In JSON, any character in a
string may be en
Graham, I'm glad you've been "wittering on". I code signed my first Mac
application (and disk image) the other day because of your persistence.
--
Scott Morrow
Elementary Software
> On Jan 21, 2017, at 11:43 AM, Graham Samuel via use-livecode
> wrote:
>
> Sorry to witter on after I’ve asked
That is UTF-8. I've seen older versions of Ruby on Rails would use escape
sequences like that in JSON responses.
--
Trevor DeVore
On Sat, Jan 21, 2017 at 9:22 PM J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Here's a test sample of some UTF8 I get back from a server
So LC should recognize it without alteration I'd assume, but it doesn't.
Probably the leading "\u"? I'm still not sure how to handle that.
On 1/21/17 9:29 PM, Mike Bonner via use-livecode wrote:
Looks like utf16 based on this info I found here:
https://codepoints.net/U+00F1?lang=en
SystemRepres
On 1/21/17 9:22 PM, J. Landman Gay via use-livecode wrote:
Here's a test sample of some UTF8 I get back from a server:
{"UserID":48,"UserName":"Eduardo Ba\u00f1uls","UserLoginName":"ebanu"}
If I run textDecode(,"UTF8") on it, I get it back unaltered.
Does anyone recognize the text encoding?
Looks like utf16 based on this info I found here:
https://codepoints.net/U+00F1?lang=en
SystemRepresentation
Nº 241
UTF-8 C3 B1
UTF-16 00 F1
On Sat, Jan 21, 2017 at 8:22 PM, J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Here's a test sample of some UTF8 I get back from
Here's a test sample of some UTF8 I get back from a server:
{"UserID":48,"UserName":"Eduardo Ba\u00f1uls","UserLoginName":"ebanu"}
If I run textDecode(,"UTF8") on it, I get it back unaltered.
Does anyone recognize the text encoding? It doesn't seem to be UTF8.
If I then run JSONToArray on
I have *.html files that were extracted from epub documents.
At our instruction, the company preparing these epubs was requested to use
Unicode throughout and avoid all ANSI chars (i.e. us the Unicode for mdash and
not — from the mac keyboard)
If I drop these on any browser they are perfectly r
Wow, Jacque, that is such a great idea. Too late where I am to try it out
tonight, but I will certainly try it tomorrow.
Thanks so much
Graham
> On 21 Jan 2017, at 20:59, J. Landman Gay via use-livecode
> wrote:
>
> On 1/21/17 1:43 PM, Graham Samuel via use-livecode wrote:
>> My question is,
On 1/21/17 1:43 PM, Graham Samuel via use-livecode wrote:
My question is, what do other people do about this? If you generate a
new desktop program for Windows and try to sell it as a download, how
can you strip away all this nonsense for the average purchaser?
One of my clients said she'd had
Sorry to witter on after I’ve asked this list a lot about code signing etc so
often. The excellent help I’ve had has enabled me to sign both the app I want
to distribute and its installer - in fact I’ve done this twice, once for the
Mac version of this app and once for the Windows version.
The
Thanks to the logs shared, I was able to identify the problem with DGH
stoping the plugins loading process.
The problem is in the DGH_Help substack (the DGH documentation) which
the IDE is considering as locked. Don't ask me why, this is the only
substack in DGH which has a couple of properties se
Yeah, thats what I'm saying. Think of it this way. If you make 2
standalones, run both, and have 1 standalone try to put text into a field
of the other, it won't work because they are each running their own engine
instance. If one engine instance opens several stacks they're able to talk
because
Hi Mike,
This seems a little crazy to me.
I can have two stacks open in memory in LiveCode, and I
can send a message such as “mouseUp” from one stack
to a button in the other stack. The button in the other stack
outputs some messages to the message box and puts a
message in a field on that
15 matches
Mail list logo