On 12/12/10 11:09 AM, Toni Ruottu wrote: > Can I rest assured that... > ui8a[i] = output.charCodeAt(i); > ...is alway equal to... > ui8a[i] = (datastr.charCodeAt(i)& 0xff); In general, no. In the case of http://appmator.appspot.com/ yes, due to the way |output| is generated. -BorisReceived on Sunday, 12 December 2010 16:16:04 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 18:13:14 UTC