Re: euphoria error
- Posted by jimcbrown (admin) May 02, 2010
- 2231 views
DerekParnell said...
petelomax said...
Looks like you (/Phix) found a minor bug in win32lib.
... obviously ansiUpper's parameter should likewise be object, not sequence
I've fixed this now in the sourceforge SVN for win32lib.
NOTE: When the parameter is an atom, it is assumed to be the address of a null-terminated string in RAM and not a single character to be converted.
For ASCII, surely a check for (integer(Text) and Text < 256 and Text > -1) is enough to tell if a given atom is a sngle character or a pointer to RAM?
If these functions support UTF-16 then this is not possible, of course...