Files
Felix Geisendörfer 066e97867a string_bytes: Guarantee valid utf-8 output
Previously v8's WriteUtf8 function would produce invalid utf-8 output
when encountering unmatched surrogate code units [1]. The new
REPLACE_INVALID_UTF8 option fixes that by replacing invalid code points
with the unicode replacement character.

[1]: JS Strings are defined as arrays of 16 bit unsigned integers. There
is no unicode enforcement, so one can easily end up with invalid unicode
code unit sequences inside a string.
2014-06-06 15:04:39 -07:00
..
2012-02-20 13:29:11 +01:00
2012-06-11 15:51:23 -07:00
2012-01-17 19:45:09 +01:00
2011-03-14 17:37:05 -07:00
2012-01-17 19:45:09 +01:00
2011-11-25 01:25:38 +01:00
2012-01-17 19:45:09 +01:00
2012-01-24 00:30:28 +06:00
2012-01-17 19:45:09 +01:00
2012-01-17 19:45:09 +01:00
2011-03-14 17:37:05 -07:00
2011-03-14 17:37:05 -07:00
2011-11-01 22:26:52 +01:00
2011-11-01 22:26:52 +01:00
2012-02-18 15:34:57 -08:00
2011-10-22 14:14:40 +09:00
2011-10-22 14:14:40 +09:00
2011-10-22 14:14:40 +09:00
2011-10-22 14:14:40 +09:00
2012-01-17 19:45:09 +01:00
2012-06-12 19:08:47 -07:00
2011-11-02 16:38:59 -07:00
2012-01-17 19:45:09 +01:00
2011-03-14 17:37:05 -07:00
2012-01-09 11:20:22 -08:00
2012-01-24 00:30:28 +06:00
2011-08-09 13:55:04 -07:00
2011-03-14 17:37:05 -07:00
2012-05-10 16:49:37 +02:00
2011-10-05 18:51:06 -07:00