Browse thread
Unicode (was RE: JIT-compilation for OCaml?)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2001-01-14 (20:35) |
From: | Nickolay Semyonov <snob@s...> |
Subject: | Re: Unicode (was RE: JIT-compilation for OCaml?) |
John Max Skaller wrote: > I think it is. In particular, Ocaml supports 8 bit characters, > and even allows the high 128 bytes to be used in identifiers > (to allow French names :-) > # String.lowercase "SOME CYRILLIC SYMBOLS" ;; - : string "SOME CYRILLIC SYMBOLS" # Supporting 8-bits is not enough to handle different languages. Nickolay