cfad47cfa3/t3compiler/tads3/test/log/unicode.log

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
	Files to build: 5
2
	symbol_export _main.t -> _main.t3s
3
	symbol_export unicode.t -> unicode.t3s
4
	compile _main.t -> _main.t3o
5
	compile unicode.t -> unicode.t3o
6
	link -> unicode.t3
7
8
(T3VM) Memory blocks still in use:
9
10
Total blocks in use: 0
11
makeString(42) = '*'
12
makeString([42, 43, 44]) = '*+,'
13
makeString('asdf') = 'asdf'
14
makeString(42, 10) = '**********'
15
makeString([42, 43, 44], 10) = '*+,*+,*+,*+,*+,*+,*+,*+,*+,*+,'
16
makeString('abcd', 5) = 'abcdabcdabcdabcdabcd'
17
makeString(p[lst], 20) =
18
'*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789*+,789
19
*+,789*+,789*+,789*+,789*+,789*+,789*+,789'
20
makeString(p[str], 8) =
21
'Hello!!!Hello!!!Hello!!!Hello!!!Hello!!!Hello!!!Hello!!!Hello!!!'
22
makeString([0x7000, 0x7001, 0x7002], 5) = '???????????????'
23
24
'asdf'.toUnicode(1) = 97
25
'asdf'.toUnicode(2) = 115
26
'asdf'.toUnicode(3) = 100
27
'asdf'.toUnicode(4) = 102
28
'asdf'.toUnicode() = [97, 115, 100, 102]
29
'??abc??def"'.toUnicode() = [28672, 28673, 97, 98, 99, 28674, 28675, 100, 101,
30
102, 168]
31
32
(T3VM) Memory blocks still in use:
33
34
Total blocks in use: 0