-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from veracross/test-character-encodings
Add emoji to test template values to test we can deal with unicode
- Loading branch information
Showing
10 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Earth is the 4th element | ||
Love is the 5th element! | ||
Earth is the 4th element π | ||
Love is the 5th element! π |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Air is the 1st element | ||
Fire is the 2nd element | ||
Air is the 1st element π¨ | ||
Fire is the 2nd element π₯ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Earth is the 4th element | ||
Love is the 5th element! | ||
Aziz! Light! | ||
Earth is the 4th element π | ||
Love is the 5th element! π | ||
Aziz! Light! π |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Air is the 1st element | ||
Fire is the 2nd element | ||
Water is the 3rd element | ||
Air is the 1st element π¨ | ||
Fire is the 2nd element π₯ | ||
Water is the 3rd element π§ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Air is the 1st element | ||
Earth is the 4th element | ||
Fire is the 2nd element | ||
Water is the 3rd element | ||
Love is the 5th element! | ||
Aziz! Light! | ||
Air is the 1st element π¨ | ||
Earth is the 4th element π | ||
Fire is the 2nd element π₯ | ||
Water is the 3rd element π§ | ||
Love is the 5th element! π | ||
Aziz! Light! π |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Air is the <%= vars[:air] %>st element | ||
Air is the <%= vars[:air] %>st element π¨ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Fire is the <%= vars[:fire] %>nd element | ||
Fire is the <%= vars[:fire] %>nd element π₯ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Water is the <%= vars[:water] %>rd element | ||
Water is the <%= vars[:water] %>rd element π§ |