Commit 59487f7
Fix to build on windows (#8)
* adapt type of 'inbuf' for iconv()
'inbuf' should not be const to used as 2nd arg (char **) of iconv().
* specify library to link explicitly
When building visual studio 2022,
linker cause error 'libiconv_open is resolved ...' without this fix.
* Run black formatter
* Bump version
---------
Co-authored-by: Bodo Graumann <mail@bodograumann.de>1 parent d4f12a5 commit 59487f7
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
0 commit comments