Go to file
Geoff McLane a4f425546f Improve MSVC DEBUG output.
Previous only output the first 8 characters, followed by an elipse if more
than 8. Now return first up to 19 chars. If nore than 19, return first 8,
followed by an elipse, followed by the last 8 characters.

This is in the get_text_string service, which is only used if MSVC and not
NDEBUG.
2016-02-14 18:17:46 +01:00
build msgunfmt works properly with escaped hex. 2016-01-30 15:51:53 +08:00
console Consistent tabs 2016-01-30 15:51:54 +08:00
experimental Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
include Improve tidySaveString API documentation. 2016-02-13 18:38:25 +01:00
localize One more README update. 2016-01-30 15:52:16 +08:00
man - Removed documentation generation from this repository. 2016-02-05 14:59:12 +08:00
README Merge pull request #359 from htacg/localize_rc 2016-01-30 16:02:39 +08:00
src Improve MSVC DEBUG output. 2016-02-14 18:17:46 +01:00
test Some updates of the README.md 2015-12-05 17:01:31 +01:00
.gitignore Add ignore '*.old' to root .gitignore 2015-06-04 20:11:16 +02:00
CMakeLists.txt - Removed documentation generation from this repository. 2016-02-05 14:59:12 +08:00
README.md - Removed documentation generation from this repository. 2016-02-05 14:59:12 +08:00
version.txt Issue #345 - bump to 5.1.36 for this fix 2016-02-01 20:10:23 +01:00

HTML Tidy with HTML5 support

All READMEs and related materials can be found in README/.

For build instructions please see README/README.md.