summaryrefslogtreecommitdiff
path: root/tests/unit/core/test-utf8.cpp
AgeCommit message (Collapse)Author
2017-03-27core: add cut of string with max chars displayed in evaluation of expressionsSébastien Helleu
The syntax is: ${cutscr:max,suffix,string}. The string is cut after max chars displayed on screen. If the string is cut, the optional suffix is added after.
2017-01-01core: update copyright datesSébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char ↵Sébastien Helleu
and utf8_add_offset
2015-01-01core: update copyright datesSébastien Helleu
2014-08-25tests: fix build of tests when the build directory is outside source tree ↵Sébastien Helleu
(closes #178)
2014-08-14tests: fix memory leaksSébastien Helleu
2014-08-02tests: remove test of han char in utf8_strlen_screen (failing on Ubuntu Precise)Sébastien Helleu
2014-08-02tests: remove test of han char in utf8_char_size_screen (failing on Ubuntu ↵Sébastien Helleu
Precise)
2014-07-20tests: add UTF-8 tests (check of some invalid UTF-8 chars)Sébastien Helleu
2014-07-20tests: add unit tests using CppUTestSébastien Helleu
The tests can be run only via CMake: 1. build with tests: cmake .. -DENABLE_TESTS=ON 2. make 3. ctest (or ctest -V for verbose output)