History of file src/OFStdIOStream_Win32Console.h at check-in db0bf9d5a71ff675
2019-06-17
| ||
02:33 | Deleted: Remove underscores from class names check-in: [17d57e01ff] user: js, branch: trunk, size: 0 | |
2019-01-03
| ||
19:13 | Update copyright file: [03ed6af464] check-in: [0509d7a844] user: js, branch: trunk, size: 916 [annotate] [blame] [check-ins using] [diff] | |
2018-02-25
| ||
04:31 |
Reintroduce of_char{16,32}_t
There is no reliable way to check if C++ already defined those, as Clang | |
2018-01-03
| ||
19:49 | Update copyright notice file: [a9981c21d1] check-in: [7e5c81e186] user: js, branch: trunk, size: 907 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
21:25 | Use char{16,32}_t instead of of_char{16,32}_t file: [7474e168e1] check-in: [37d2a81754] user: js, branch: trunk, size: 884 [annotate] [blame] [check-ins using] [diff] | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-03-13
| ||
19:33 |
OFStdIOStream_Win32Console: Improve writing
When writing an incomplete surrogate, it now writes everything up to | |
10:24 |
OFStdIOStream_Win32Console: Improve reading
On reads, surrogates that have been cut off are now properly handled. file: [34f51c6008] check-in: [566d4df603] user: js, branch: trunk, size: 804 [annotate] [blame] [check-ins using] [diff] | |
2016-03-12
| ||
20:28 |
Added:
Properly handle UTF-8 in Win32 console
The previous way was to set the codepage to UTF-8, however, this does Instead, this catches reads / writes on of_std* on the lowlevel, Surrogates being cut in the middle is not properly handled yet, this | |