Changeset 523

Timestamp:
08/17/08 09:12:47 (5 months ago)
Author:
rgl
Message:

Add UTF-8 timming unit test.

NB: there seems to be a considerable time gain by using the native browser implementation of UTF-8 encode/decode functions; though, we cannot directly replace orbited decode (but we can replace encode) with native decode because the former return value is different, it returns an tuple with the decoded string and the number of consumed bytes (this is needed to deal with partial UTF-8 strings).

Files:
1 added