Skip to content

Transcode LICENSE.TXT from Windows-1252 to UTF-8#350

Merged
JamesParrott merged 1 commit intoGeospatialPython:masterfrom
musicinmybrain:utf8-license
Aug 4, 2025
Merged

Transcode LICENSE.TXT from Windows-1252 to UTF-8#350
JamesParrott merged 1 commit intoGeospatialPython:masterfrom
musicinmybrain:utf8-license

Conversation

@musicinmybrain
Copy link
Contributor

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

```
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
```
@JamesParrott
Copy link
Collaborator

Well spotted! Thanks Ben.

@JamesParrott JamesParrott merged commit df3ac3d into GeospatialPython:master Aug 4, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants