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