cfad47cfa3/t3compiler/tads3/test/log/unicode.log
Commiter: Nikos Chantziaras
Author: Nikos Chantziaras
Revision: cfad47cfa3
File Size: 1.04 KB
(June 01, 2009 20:54 UTC) Almost 3 years ago
Initial commit.
Files to build: 5
symbol_export _main.t -> _main.t3s
symbol_export unicode.t -> unicode.t3s
compile _main.t -> _main.t3o
compile unicode.t -> unicode.t3o
link -> unicode.t3
(T3VM) Memory blocks still in use:
Total blocks in use: 0
makeString(42) = '*'
makeString([42, 43, 44]) = '*+,'
makeString('asdf') = 'asdf'
makeString(42, 10) = '**********'
makeString([42, 43, 44], 10) = '*+,*+,*+,*+,*+,*+,*+,*+,*+,*+,'
makeString('abcd', 5) = 'abcdabcdabcdabcdabcd'
makeString(p[lst], 20) =
'*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789
*+,789*+,789*+,789*+,789*+,789*+,789*+,789'
makeString(p[str], 8) =
'Hello!!!Hello!!!Hello!!!Hello!!!Hello!!!Hello!!!Hello!!!Hello!!!'
makeString([0x7000, 0x7001, 0x7002], 5) = '???????????????'
'asdf'.toUnicode(1) = 97
'asdf'.toUnicode(2) = 115
'asdf'.toUnicode(3) = 100
'asdf'.toUnicode(4) = 102
'asdf'.toUnicode() = [97, 115, 100, 102]
'??abc??def"'.toUnicode() = [28672, 28673, 97, 98, 99, 28674, 28675, 100, 101,
102, 168]
(T3VM) Memory blocks still in use:
Total blocks in use: 0 |