guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Wide chars and the VM


From: Mike Gran
Subject: Wide chars and the VM
Date: Sat, 18 Apr 2009 08:04:22 -0700

Andy et al.

What happens to the VM if characters become UCS-4 that ranges from 0 to
10FFFF?

For example, in compile-bytecode.scm, 

(define (write-bytecode asm write-byte get-addr labels)
  (define (write-char c)
    (write-byte (char->integer c)))
...







reply via email to

[Prev in Thread] Current Thread [Next in Thread]