修改edoc项目下面的edoc_lib模块, 把其中的函数write_file/4中的case file:open(File, [write]) of修改为case file:open(File, [write,{encoding, utf8}]) of,编译后把生成的beam文件放到对应目录就ok了

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2021-09-10
  • 2019-11-25
  • 2021-11-04
  • 2021-04-30
  • 2021-11-17
  • 2021-07-11
猜你喜欢
  • 2021-12-27
  • 2022-02-09
  • 2021-11-05
  • 2021-08-18
  • 2021-09-19
  • 2021-10-08
相关资源
相似解决方案