-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
202 additions
and
98 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
utf8tocp history | ||
|
||
|
||
20240918 | ||
- conversion is written to a file to avoid platform-specific CR/LF changes | ||
- versioning scheme changed from vx.x.x to date-based YYYYMMDD | ||
- DOS version is compiled with OpenWatcom 1.9 instead of Turbo C 2.01 | ||
- relicensed from BSD 2-clause to MIT | ||
|
||
v0.9.5 [10 Dec 2020] | ||
- added the '-d' action | ||
|
||
v0.9.4 [13 Dec 2016] | ||
- fixed CP866 (glyphs 224..239 were corrupted) | ||
|
||
v0.9.3 [15 Aug 2016] | ||
- added support for codepage CP857 ('MS-DOS Turkish') | ||
- fixed CP858 (euro sign was misplaced) | ||
|
||
v0.9.2 [20 Feb 2016] | ||
- UTF-8 BOM markers are handled properly (that is, ignored) | ||
|
||
v0.9.1 [10 May 2015] | ||
- added support for codepage CP1250 | ||
- relicensed utf8tocp from GNU GPL to the BSD '2-clause' license | ||
|
||
v0.9 [22 Dec 2013] | ||
- added the -r (reverse operation) feature | ||
- added support for new codepages: CP775, CP808, CP852, CP858, CP866 | ||
|
||
v0.8 [15 Dec 2013] | ||
- first public release |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
=== MIT LICENSE === | ||
|
||
Copyright (C) 2013-2024 Mateusz Viste | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Oops, something went wrong.