Skip to content

Commit

Permalink
Removed utf8_to_ascii -- use to_ascii() instead
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Nov 7, 2011
1 parent 748ddf8 commit 0f94ea5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/idna.erl
Expand Up @@ -18,9 +18,6 @@ to_ascii(Domain) ->
from_ascii(Domain) ->
from_ascii(string:tokens(Domain, "."), []).

utf8_to_ascii(Domain) ->
to_ascii(xmerl_ucs:from_utf8(Domain)).

%%============================================================================
%% Helper functions
%%============================================================================
Expand Down

0 comments on commit 0f94ea5

Please sign in to comment.