summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/unicode.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a few #includes to avoid missing-declaration warnings.Neil Moore2013-04-071-0/+1
* Staticify.Adam Borowski2013-04-071-0/+3
* fixed compilation bug under AndroidChris West2013-01-191-18/+18
* Don't use a yet another utf8_to_wc implementation for no-op conversions.Adam Borowski2013-01-061-225/+12
* added unicode calls from Crystax so that we can use latest android ndkChris West2013-01-051-2/+225
* Indentation fixes.Adam Borowski2012-12-051-3/+3
* Use std namespace.Raphael Langella2012-08-261-20/+20
* Eradicate remaining uses of std::wstring on non-Windows.Adam Borowski2012-08-121-4/+6
* Don't pointlessly define utf8_to_16() on non-Windows.Adam Borowski2012-08-121-0/+3
* Death to std::wstringstream!Adam Borowski2012-08-121-17/+0
* Fix a typo/endless loop in wcstoutf8.Florian Diebold2012-07-011-1/+1
* Don't use locale-dependent %ls.Adam Borowski2012-07-011-0/+17
* Don't loop infinitely with a Russian profanity in no-asserts builds.Adam Borowski2012-06-181-2/+1
* Consistently use a space after flow control statements.Adam Borowski2011-12-021-9/+9
* Fix a build failure when libutil.h is included from the global header.Adam Borowski2011-10-131-2/+2
* Combine common parts of lib*.hAdam Borowski2011-09-081-0/+1
* Fix dump output corruption in non-UTF8 locales.Adam Borowski2011-04-141-1/+1
* Fix some strings being truncated.Adam Borowski2011-04-011-1/+1
* Correct non-ASCII weapon inscriptions being possibly corrupted.Adam Borowski2011-04-011-0/+27
* Make cset overrides more sane.Adam Borowski2011-04-011-0/+61
* Doxygen header.Adam Borowski2011-03-311-6/+5
* Unicode support in the line_reader, including CJK and combining.Adam Borowski2011-03-311-0/+37
* Get rid of one last use of fstream.Adam Borowski2010-12-181-0/+40
* Make strwidth() actually do what it's supposed to.Adam Borowski2010-12-171-0/+21
* Rename TextFileReader to FileLineInput I didn't notice, use it for config files.Adam Borowski2010-12-161-3/+3
* A reader for Windows-style BOMmed files.Adam Borowski2010-12-161-2/+201
* Basic charset conversions: local<->utf8<->utf16.Adam Borowski2010-09-161-0/+217