Browse Source

add encoding declaration

Sergej Jurecko 9 years ago
parent
commit
b4d28fa2ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/mysql_encode_tests.erl

+ 1 - 0
test/mysql_encode_tests.erl

@@ -1,3 +1,4 @@
+%% coding: utf-8
 %% @doc This test suite does not require an actual MySQL connection.
 -module(mysql_encode_tests).
 -include_lib("eunit/include/eunit.hrl").