Re: Revolution and Unicode

2007-03-19 Thread kee nethery
Oooops! That should be: go stack URL "http://revolution.byu.edu/unicode/unicodeInRev.rev"; go stack URL "http://revolution.byu.edu/unicode/unicodeExamples.rev"; Thanks, these were the stacks I had from the conference and simple as they are, they are extremely useful (probably because they ar

Re: Revolution and Unicode

2007-03-19 Thread Devin Asay
On Mar 19, 2007, at 9:19 AM, Devin Asay wrote: Devin has a web page with some similar content His stack from the Revcon 2006 presentation has the example scripts that he referred to and although I have a copy from the conference, I cann

Re: Revolution and Unicode

2007-03-19 Thread Devin Asay
examples of using get URL "http:// ..." to obtain the UTF8 web page and convert it to unicode. Here are things I have learned about revolution and unicode after many hours of searching: The DVD from Revcon 2006 has the talk by Devin Asay on unicode and it covers lots of the

Re: Revolution and Unicode

2007-03-18 Thread kee nethery
that appears to have worked. Excellent. I'm guessing that "it" is special in some way. I am pretty sure I had tied put URL "dodah" into thedata set the unicodeText of fld "blah" to uniencode(thedata,"UTF8") and that did not work. But perhaps this is a combo I did not try. thanks! Kee On M

Re: Revolution and Unicode

2007-03-18 Thread Mark Smith
I meant to write set the unicodeText of fld "blah" to uniencode(it,"UTF8") although I wonder if the page content also needs to be urlDecoded? Best, Mark On 18 Mar 2007, at 13:53, kee nethery wrote: On Mar 18, 2007, at 5:09 AM, Mark Smith wrote: Does get URL "http://"; put uniencode(i

Re: Revolution and Unicode

2007-03-18 Thread kee nethery
On Mar 18, 2007, at 5:09 AM, Mark Smith wrote: Does get URL "http://"; put uniencode(it,"UTF8") into fld blah not work? It does not work. It was not a combination I had tried previously so thanks for suggesting it. The unicode characters on screen and in view source from the browser

Re: Revolution and Unicode

2007-03-18 Thread Mark Smith
Does get URL "http://"; put uniencode(it,"UTF8") into fld blah not work? Best, Mark On 18 Mar 2007, at 04:19, kee nethery wrote: If this is hopeless using get URL "http:// ..." to grab utf8 and convert it to unicode it would be great to know that now. Thanks in advance, Kee Nethery

Revolution and Unicode

2007-03-17 Thread kee nethery
to obtain the UTF8 web page and convert it to unicode. Here are things I have learned about revolution and unicode after many hours of searching: The DVD from Revcon 2006 has the talk by Devin Asay on unicode and it covers lots of the gotchas on using Unicode. <http://www.runr