E
Size: a a a
AK
СИ
СИ
g
Fun = fun
({<<"currency">>, Vs}) ->
Fun0 = fun({K0, V0}) ->
{binary_to_atom(K0, latin1), V0}
end,
lists:map(Fun0, Vs);
({K, V}) ->
{binary_to_atom(K, latin1), V}
end,
['#new-cn_data'(lists:flatten(lists:map(Fun, C))) || C <- Countries].
AK
LL
Fun = fun
({<<"currency">>, Vs}) ->
Fun0 = fun({K0, V0}) ->
{binary_to_atom(K0, latin1), V0}
end,
lists:map(Fun0, Vs);
({K, V}) ->
{binary_to_atom(K, latin1), V}
end,
['#new-cn_data'(lists:flatten(lists:map(Fun, C))) || C <- Countries].
binary_to_atom
- всегда страшноg
AK
AK
PG