Skip to content

Commit

Permalink
newline values
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 24, 2016
1 parent 53a4277 commit bc7e4f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/admin_scripts/base/encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,13 @@ def apply_replacements_list(string_buffer, replacements_list):
# returns the replaced string buffer
return string_buffer

def convert_encoding(file_path, source_encoding, target_encoding, windows_newline = True, replacements_list = None):
def convert_encoding(
file_path,
source_encoding,
target_encoding,
windows_newline = True,
replacements_list = None
):
"""
Converts the encoding of the specified file.
Expand Down

0 comments on commit bc7e4f5

Please sign in to comment.