Rename std/json quirk_replace_invalid_utf_8
diff --git a/script/print-json-token-debug-format.c b/script/print-json-token-debug-format.c
index 7e5001a..ede793c 100644
--- a/script/print-json-token-debug-format.c
+++ b/script/print-json-token-debug-format.c
@@ -240,7 +240,7 @@
         WUFFS_JSON__QUIRK_ALLOW_LEADING_ASCII_RECORD_SEPARATOR,
         WUFFS_JSON__QUIRK_ALLOW_LEADING_UNICODE_BYTE_ORDER_MARK,
         WUFFS_JSON__QUIRK_ALLOW_TRAILING_NEW_LINE,
-        WUFFS_JSON__QUIRK_REPLACE_INVALID_UTF_8,
+        WUFFS_JSON__QUIRK_REPLACE_INVALID_UNICODE,
         0,
     };
     uint32_t i;