Page 1 of 1

System Time (UBUNTU 13.10)

Posted: Tue Jan 14, 2014 10:34 pm
by malte
Hi all,

trying to figure out, why my UBUNTU 13.10, set to german language yields empty for

the long system time

I get the correct value under UBUNTU 12.10 LTS

Can not figure out what is different between the systems though. :-(

Any help much appreciated.

Re: System Time (UBUNTU 13.10)

Posted: Wed Feb 05, 2014 12:49 pm
by MaxV
Livecode doesn't support all chacter encodings, german language has a lot of special chars. What is the standard output of date command on the german pc?

Re: System Time (UBUNTU 13.10)

Posted: Wed Feb 05, 2014 3:09 pm
by Klaus
Hi Max,

"the date" will always return the english date:
2/5/14

"the system date" should return the german date:
05.02.14

"the long system time" returns this here:
15:07:53

Hope that is what had asked :D


Best

Klaus

Re: System Time (UBUNTU 13.10)

Posted: Thu Feb 06, 2014 12:25 pm
by MaxV
No, I was talking of the linux shell.

It worth to try on the linux shell of the German PC:

Code: Select all

date
and

Code: Select all

date -s
if the output contains special chars, Livecode probably put empty.