Re: [Jbeta] 7 u: is no op on Android J

2012-05-26 Thread Paul Jackson
NB. On Android .../dist/j-console-1.0.4.apk NB. 7 u:returns the right argument, regardless of its values. NB. Executing the following explains what should happen NB. On Windows, when the display font includes APL characters NB. the following UTF-8 sequence displays alpha

Re: [Jbeta] 7 u: is no op on Android J

2012-05-26 Thread bill lam
I cannot understand your tests. can you just use 3u: to print the codepoint for both window and android eg, 3 u: 7 u: utf8 3 u: 4 u: 9082 32 215 32 9077 Сбт, 26 Май 2012, Paul Jackson писал(а): NB. On Android .../dist/j-console-1.0.4.apk NB. 7 u:returns the right

Re: [Jbeta] 7 u: is no op on Android J

2012-05-26 Thread bill lam
I guess on ARM, char is unsigned whereas char is signed in most platforms. to workaround, it needs to change typedef char C to typedef signed char C Вск, 27 Май 2012, bill lam писал(а): I tested it ok under android-x86. Сбт, 26 Май 2012, Paul Jackson писал(а): The error is that