Re: euphoria text processing
- Posted by useless_ Jun 04, 2013
- 1759 views
DerekParnell said...
EUWX said...
The simple fact is that Euphoria has a 4 byte character as DEFAULT.
This is nitpicking, I know, but by using the word "default" here, it might imply that there are alternatives. There are none. Euphoria only stores characters as integers, and an integer can hold any of the valid Unicode values (code points) (0 to #10FFFF) and each takes up 4 bytes in RAM.
This is nitpicking, I know, but Euphoria does not only store characters as integers, it also manipulates them as integers. But i agree Euphoria stores characters as only integers.
useless