summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/unicode.h
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-0/+5
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Use std namespace.Raphael Langella2012-08-261-11/+11
* Eradicate remaining uses of std::wstring on non-Windows.Adam Borowski2012-08-121-0/+4
* Death to std::wstringstream!Adam Borowski2012-08-121-4/+0
* Don't use locale-dependent %ls.Adam Borowski2012-07-011-0/+4
* Hide output charset conversions behind a macro.Adam Borowski2011-04-181-0/+10
* Make cset overrides more sane.Adam Borowski2011-04-011-0/+2
* Doxygen header.Adam Borowski2011-03-311-6/+5
* Unicode support in the line_reader, including CJK and combining.Adam Borowski2011-03-311-0/+5
* Get rid of one last use of fstream.Adam Borowski2010-12-181-0/+14
* Add Markus Kuhn's wcwidth(). All libcs but Windows ship it already...Adam Borowski2010-12-171-0/+4
* Rename TextFileReader to FileLineInput I didn't notice, use it for config files.Adam Borowski2010-12-161-4/+17
* A reader for Windows-style BOMmed files.Adam Borowski2010-12-161-0/+22
* Convert ofstream to fprintf() for stash dumps. Translate charsets.Adam Borowski2010-12-161-0/+1
* Always use Unicode values for glyphs. Always use ncursesw on Unix console.Adam Borowski2010-09-261-2/+0
* Basic charset conversions: local<->utf8<->utf16.Adam Borowski2010-09-161-0/+27