summaryrefslogtreecommitdiffstats
path: root/src/winconsole.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use UTF8 encoding for output on windows console.Eduard Braun2017-05-101-0/+8
| | | | | This avoids the misery and frustration of converting to the overly limited ANSI codepages and does not seem to cause any issues so far. (bzr r15682)
* Documentation spelling fixKrzysztof Kosi??ski2013-06-231-4/+4
| | | (bzr r12386)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10659)
* Add console helper application based on inkscapec.exe from Jos Hirth,Krzysztof Kosi??ski2010-03-291-0/+153
which provides Unix-like behavior on Windows. (bzr r9254)