Commit Graph

3 Commits

Author SHA1 Message Date
H. Peter Anvin
503e71d3ee strfunc: fix UTF-8 mid-character limit 2008-06-14 21:07:09 -07:00
H. Peter Anvin
2cb033e0d9 strfunc: always null-terminate the output buffer
Make sure that the buffer is always null-terminated, even though we do
have to use the length, since the string can (and often will) have
embedded nulls.
2008-06-14 20:53:45 -07:00
H. Peter Anvin
518df30308 Implement __utf16__() and __utf32__() for the DB family
Implement __utf16__() and __utf32__() for the DB family of
pseudo-instructions.  Not yet implemented for evaluation context.
2008-06-14 16:53:48 -07:00