Changes between Initial Version and Version 1 of Ticket #1232, comment 1
- Timestamp:
- 2010-10-27T02:46:07Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1232, comment 1
initial v1 1 Correction: the [http://msdn.microsoft.com/en-us/library/ms687401%28VS.85%29.aspx MSDN documentation for WriteConsoleW] does document a length limitation, but it says 64 KiB (which would be 32767 UTF-16 characters and a terminating NUL), not 26608 characters. The fix is the same regardless; I'll limit it to 10000 characters.1 Correction: the [http://msdn.microsoft.com/en-us/library/ms687401%28VS.85%29.aspx MSDN documentation for WriteConsoleW] does document a length limitation, but it says 64 KiB (which would be 32767 UTF-16 characters and a terminating NUL), not 26608 characters. The fix is the same regardless; I'll limit it to 10000 [UTF-16] characters.