Go to file
Petri Lehtinen 6b14df13cc Fix dumping of Unicode control codes
Inside strings, All UTF-8 characters except for \, " and Unicode
control codes are dumped as-is. The control codes that have a special
one-character escape use that escape, and other control codes are
dumped using the \uXXXX escape.
2009-07-09 20:59:52 +03:00
src Fix dumping of Unicode control codes 2009-07-09 20:59:52 +03:00
.gitignore Add autotools generated files to .gitignore 2009-05-16 22:26:51 +03:00
config.h.in Use autoconf, automake & libtool 2009-05-12 22:21:50 +03:00
configure.ac Don't use AM_MAINTAINER_MODE 2009-06-15 22:30:17 +03:00
Makefile.am Use autoconf, automake & libtool 2009-05-12 22:21:50 +03:00
TODO Add TODO 2009-06-15 13:53:53 +03:00