Expand description
编码
Functions§
- Asynchronously reads a file and automatically decodes its content.
- Automatically detects encoding and decodes the input byte sequence.
- Automatically detects encoding and decodes the input byte sequence.
- Synchronously reads a file and automatically decodes its content.
- Automatically detects encoding and decodes the input byte sequence.
- 内联 BOM 检查,避免额外的函数调用
- 获取当前语言
- 获取语言编码
- 检查是否为乱码
- 检查是否为 UTF-8 编码