Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

2 check-ins using file src/translate.c version 8807022e95

2012-08-28
09:13
merge ticket-01a2f3a346 into eclipse-project check-in: 51253a79f2 user: jan.nijtmans tags: eclipse-project
06:24
This change allows html entities (like → and •) in all c-sources to be replaced by its utf-8 equivalent (→,•). The translate utility will translate this to the right escape-sequence, so the C-compiler can handle it.
As long as the C-source doesn't contain any utf-8 characters, this generates exactly the same *_.c file...
check-in: b5e2e50040 user: jan.nijtmans tags: utf8-in-sources