File: strings.markdown

package info (click to toggle)
moarvm 2016.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,060 kB
  • ctags: 9,968
  • sloc: ansic: 131,697; perl: 2,877; makefile: 571; python: 562; sh: 12
file content (5 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
# Strings in MoarVM
MoarVM implements strings using NFG (Grapheme Normal Form). This is a 32-bit
fixed width representation, with negative numbers used to represent graphemes
that don't have a Unicode representation, but instead are derived from the
combination of multiple code points.