support import delimiter-separated values file / data with UTF-16 with BOM encoding (#361)

This commit is contained in:
MaysWind
2025-11-26 22:54:57 +08:00
parent bd704a8c15
commit 9faea14e36
17 changed files with 34 additions and 0 deletions
+2
View File
@@ -1336,6 +1336,8 @@
"utf-8-bom": "UTF-8 พร้อม BOM",
"utf-16le": "UTF-16 Endian เล็ก",
"utf-16be": "UTF-16 Endian ใหญ่",
"utf-16le-bom": "UTF-16 Little Endian with BOM",
"utf-16be-bom": "UTF-16 Big Endian with BOM",
"cp437": "OEM สหรัฐอเมริกา (CP-437)",
"cp863": "OEM ฝรั่งเศสแคนาดา (CP-863)",
"cp037": "IBM EBCDIC สหรัฐอเมริกา/แคนาดา (CP-037)",