* `iconv` should have the encoding `ISO646-SE2`
@ 2018-04-25 12:32 Abinsium
2018-04-26 9:26 ` Johannes Schindelin
0 siblings, 1 reply; 2+ messages in thread
From: Abinsium @ 2018-04-25 12:32 UTC (permalink / raw)
To: git
I installed from `Git-2.16.2-64-bit.exe` from git-scm.com. `iconv` is
included in this package. I think `iconv` should have the encoding
`ISO646-SE2`. Ubuntu 16.04 has this encoding. I use it to read old
Swedish text files, which there are a lot of e.g.:
`curl -s https://www.abc.se/programbanken/abc/abc80/asmkod/basicii.txt |
dos2unix | iconv -f ISO646-SE2 -t UTF8 | less`
`ISO646-SE2` is used by e.g. the retro-computers Luxor
[ABC80](https://en.wikipedia.org/wiki/ABC_80) (1978) and
[ABC800](https://en.wikipedia.org/wiki/ABC_800)-series (1981). At my
university we only have Git Bash and not Ubuntu for WSL in Windows 10
computers.
(Not clear where I should report this, but one should be able to report
issues with the configuration of the other programs than `git` in the
package somewhere. If there is a better place, please let me know.)
Originally reported at https://github.com/git/git-scm.com/issues/1199
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-26 9:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-25 12:32 `iconv` should have the encoding `ISO646-SE2` Abinsium
2018-04-26 9:26 ` Johannes Schindelin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).