瀏覽代碼

ft: 终版1.1

master
SisMaker 4 年之前
父節點
當前提交
8afc205cc7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/eFmt.erl

+ 1
- 1
src/eFmt.erl 查看文件

@ -224,7 +224,7 @@ writeList([], _Depth, _Width, _Encoding, _Strings) ->
writeList(List, Depth, Width, Encoding, Strings) ->
case Strings andalso visualList(List, Encoding) of
true ->
<<"\"", (list_to_binary(List))/binary, "\"">>;
<<"\"", (unicode:characters_to_binary(List))/binary, "\"">>;
_ ->
writeList(List, Depth, Width, Encoding, Strings, 0, <<"[">>)
end.

Loading…
取消
儲存