Skip to content

Commit 17e2556

Browse files
committed
Adds encoding header to files containing non-ascii chars
1 parent 95bba0a commit 17e2556

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/unit/bzr_cat_file_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#encoding: utf-8
12
require File.dirname(__FILE__) + '/../test_helper'
23

34
module Scm::Adapters

test/unit/bzr_misc_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#encoding: utf-8
12
require File.dirname(__FILE__) + '/../test_helper'
23

34
module Scm::Adapters

test/unit/bzrlib_cat_file_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#encoding: utf-8
12
require File.dirname(__FILE__) + '/../test_helper'
23

34
module Scm::Adapters

0 commit comments

Comments
 (0)