-
Deno @std/csv CsvParseStream leaves a BOM glued to the first header key
The synchronous parse() strips a leading UTF-8 byte-order mark (U+FEFF) but CsvParseStream does not. When a CSV begins with a BOM, common output from Excel and other Windows tools, the first field name arrives as "\uFEFFname" instead of "name", silently corrupting header-based lookups.
Other categories
IME compositionKana / romajiWidth / normalizationSurrogate & graphemeSegmentation / word countNumeralsLocale dataUnicode rangeRegex roundtripCodegen escape
← back to all 93 entries