Re: LC Server: Getting a file list when filenames use UTF8

2016-10-18 Thread Tim Selander

Good news!

Thanks, Lyn.

Tim Selander
Tokyo, Japan

On 2016/10/18 18:22, Lyn Teyla wrote:

I opened a bug report in August concerning this issue:

http://quality.livecode.com/show_bug.cgi?id=18202

Lyn



Tim Selander wrote:

Thanks for confirming that for me Ralf.

I wonder if the team can look into this

Tim Selander
Tokyo, Japan

On 2016/10/17 20:02, Ralf Bitter wrote:

Seems that I can confirm your findings.
Did a test on diesel using server version 8.1.1-rc-2.
If there is a file "こんにちは.txt" the file list retrieved
is empty. To get a file list I have to remove the
Japanese file.


Ralf



On 17.10.2016, at 10:21, Tim Selander  wrote:

Hi,

Using LC server as installed in my on-rev account.

This script


Only returns files with English filenames to the resulting web page. Japanese 
(utf8) filenames are ignored. If I change one of the Japanese filenames to 
English, then it appears. If I change it back to Japanese, it reverts to not 
appearing.

Any hints?

Thank you.

Tim Selander
Tokyo, Japan



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LC Server: Getting a file list when filenames use UTF8

2016-10-18 Thread Lyn Teyla
I opened a bug report in August concerning this issue:

http://quality.livecode.com/show_bug.cgi?id=18202

Lyn


> Tim Selander wrote:
> 
> Thanks for confirming that for me Ralf.
> 
> I wonder if the team can look into this
> 
> Tim Selander
> Tokyo, Japan
> 
> On 2016/10/17 20:02, Ralf Bitter wrote:
>> Seems that I can confirm your findings.
>> Did a test on diesel using server version 8.1.1-rc-2.
>> If there is a file "こんにちは.txt" the file list retrieved
>> is empty. To get a file list I have to remove the
>> Japanese file.
>> 
>> 
>> Ralf
>> 
>> 
>>> On 17.10.2016, at 10:21, Tim Selander  wrote:
>>> 
>>> Hi,
>>> 
>>> Using LC server as installed in my on-rev account.
>>> 
>>> This script
>>> >> set the defaultfolder to "/home/server-name/public_html/selander/201610"
>>> put the files
>>> ?>
>>> 
>>> Only returns files with English filenames to the resulting web page. 
>>> Japanese (utf8) filenames are ignored. If I change one of the Japanese 
>>> filenames to English, then it appears. If I change it back to Japanese, it 
>>> reverts to not appearing.
>>> 
>>> Any hints?
>>> 
>>> Thank you.
>>> 
>>> Tim Selander
>>> Tokyo, Japan
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LC Server: Getting a file list when filenames use UTF8

2016-10-18 Thread Tim Selander

Thanks for confirming that for me Ralf.

I wonder if the team can look into this

Tim Selander
Tokyo, Japan

On 2016/10/17 20:02, Ralf Bitter wrote:

Seems that I can confirm your findings.
Did a test on diesel using server version 8.1.1-rc-2.
If there is a file "こんにちは.txt" the file list retrieved
is empty. To get a file list I have to remove the
Japanese file.


Ralf



On 17.10.2016, at 10:21, Tim Selander  wrote:

Hi,

Using LC server as installed in my on-rev account.

This script


Only returns files with English filenames to the resulting web page. Japanese 
(utf8) filenames are ignored. If I change one of the Japanese filenames to 
English, then it appears. If I change it back to Japanese, it reverts to not 
appearing.

Any hints?

Thank you.

Tim Selander
Tokyo, Japan



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LC Server: Getting a file list when filenames use UTF8

2016-10-17 Thread Ralf Bitter
Seems that I can confirm your findings.
Did a test on diesel using server version 8.1.1-rc-2.
If there is a file "こんにちは.txt" the file list retrieved
is empty. To get a file list I have to remove the
Japanese file.


Ralf


> On 17.10.2016, at 10:21, Tim Selander  wrote:
> 
> Hi,
> 
> Using LC server as installed in my on-rev account.
> 
> This script
>  set the defaultfolder to "/home/server-name/public_html/selander/201610"
> put the files
> ?>
> 
> Only returns files with English filenames to the resulting web page. Japanese 
> (utf8) filenames are ignored. If I change one of the Japanese filenames to 
> English, then it appears. If I change it back to Japanese, it reverts to not 
> appearing.
> 
> Any hints?
> 
> Thank you.
> 
> Tim Selander
> Tokyo, Japan


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

LC Server: Getting a file list when filenames use UTF8

2016-10-17 Thread Tim Selander

Hi,

Using LC server as installed in my on-rev account.

This script


Only returns files with English filenames to the resulting web page. 
Japanese (utf8) filenames are ignored. If I change one of the Japanese 
filenames to English, then it appears. If I change it back to Japanese, 
it reverts to not appearing.


Any hints?

Thank you.

Tim Selander
Tokyo, Japan

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode