mirror of
https://github.com/golang/go
synced 2024-11-20 04:04:41 -07:00
3ca1b1d27f
UTF-8 string, Yconv() converts it into an octal sequence. If the string converted to more than 30 bytes, the str buffer would overflow. For example, 4 Greek runes became 32 bytes, 3 Hiragana runes became 36 bytes, and 2 Gothic runes became 32 bytes. In 8l, 6l and 5l the function is Sconv(). For some reason, only 5l uses the constant STRINGSZ (defined as 200) for the buffer size. R=rsc https://golang.org/cl/168045 |
||
---|---|---|
.. | ||
cgen64.c | ||
cgen.c | ||
div.c | ||
doc.go | ||
gc.h | ||
list.c | ||
machcap.c | ||
Makefile | ||
mul.c | ||
peep.c | ||
reg.c | ||
sgen.c | ||
swt.c | ||
txt.c |