Commit d9b3718
committed
Transcode LICENSE.TXT from Windows-1252 to UTF-8
```
iconv --from-code=Windows-1252 --to-code=UTF-8 --output=LICENSE.TXT.conv \
LICENSE.TXT
touch -r LICENSE.TXT LICENSE.TXT.conv
mv LICENSE.TXT.conv LICENSE.TXT
```1 parent 9e4e554 commit d9b3718
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments