encoding_with_bom:生成正确显示在 Microsoft Windows Office Excel 和其他工作表查看器上的 csv

时间:2024-07-24 10:21:58
【文件属性】:

文件名称:encoding_with_bom:生成正确显示在 Microsoft Windows Office Excel 和其他工作表查看器上的 csv

文件大小:356KB

文件格式:ZIP

更新时间:2024-07-24 10:21:58

Ruby

EncodingWithBom # 编码并添加BOM 这是用于编码文本数据并在行首添加 BOM(字节顺序标记)的 gem。 例如: 'Simple string'.set_encoding_and_add_bom 'UTF-16LE' Result: String line which is correctly displayed in csv document on Microsoft Windows Office Excel and other table viewer. ## Instance method of string `.set_encoding_and_add_bom(encodign_to)` `.set_encoding_and_add_bom!(encodign_to)` `.add_bom` `.add_bom!` `.set_encoding(encod


网友评论