Skip to content

EasyDbc_V1.0.7

Latest

Choose a tag to compare

@ArchieWoo ArchieWoo released this 18 Apr 06:30
· 9 commits to master since this release

更新说明 - DBC解析优化

本次更新主要优化了DBC文件的解析逻辑,并新增了以下功能:

  1. EasyUDE插件集成

    • 在DBC解析器中添加了EasyUDE插件支持,可动态检测文件编码格式
  2. 默认编码处理

    • 无特殊需求时,系统将自动采用国际通用标准UTF-8格式生成输出文件
  3. 转码功能增强

    • 在Parser中新增转码函数,支持通过指定参数实现不同编码格式的转换
    • 适用于需要特定编码格式(如GB18030等)的特殊场景
  4. 测试用例参考

    • 具体实现细节请参考项目中的测试用例

建议:若无特殊编码需求,推荐使用默认UTF-8格式以保证最佳兼容性。

Release Notes - DBC Parser Optimization

This update mainly optimizes the DBC file parsing logic and introduces the following new features:

  1. EasyUDE Plugin Integration

    • Added EasyUDE plugin support in DBC parser for dynamic encoding detection
  2. Default Encoding Handling

    • By default, the system will use UTF-8 (international standard) for output file generation
  3. Transcoding Enhancement

    • Added new transcoding function in Parser to support conversion between different encodings
    • Designed for special scenarios requiring specific encodings (e.g. GB18030)
  4. Test Case Reference

    • Please refer to test cases for implementation details

Recommendation: For best compatibility, we recommend using default UTF-8 encoding unless specific requirements exist.