summaryrefslogtreecommitdiff
path: root/src/unistring.h
Commit message (Collapse)AuthorAgeFilesLines
* Use mk_wcwidth instead mk_wcwidth_cjkKan-Ru Chen (陳侃如)2014-02-131-2/+2
|
* Correctly justify Unicode characters in terminalKan-Ru Chen (陳侃如)2014-02-131-1/+11
| | | | | | | Many Unicode characters take more spaces than one ASCII character. For example, Chinese characters are two characters wide when using monospace font in terminal. This patch use wcwidth of Markus Kuhn to count the correct width for justification.
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-2/+2
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-171-2/+3
|
* Added some debug codeJohn Wiegley2011-02-101-0/+1
|
* Untabified all source filesJohn Wiegley2010-06-111-12/+12
|
* Added find() and operator[] to unistringJohn Wiegley2010-03-081-0/+19
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-5/+0
|
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-2/+5
| | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words.
* The UTF8 code is now unchecked if --verify is offJohn Wiegley2009-10-251-9/+13
|
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-4/+4
|
* Move amount colorization deeper into the coreJohn Wiegley2009-06-161-3/+10
| | | | | | | | This is necessary in order to redden negative amounts correctly under all circumstances, such as component amounts of a multi-commodity balance. Fixes 727B2DF8-A2A1-4716-9C15-547F20D5F933
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+0
|
* Changed many assert() calls to VERIFY()John Wiegley2009-03-041-1/+1
|
* Fixed a buffer overrunJohn Wiegley2009-02-271-4/+13
|
* Moved amount_t::right_justify to simply ::justifyJohn Wiegley2009-02-191-0/+18
|
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-121-3/+1
|
* Added a missing file!John Wiegley2009-02-121-0/+95