Fossil

Timeline
Login

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

Parents and children of check-in [e9f38ae8ab]

2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII check-in: 9f6abc5968 user: jan.nijtmans tags: msvc-broken
13:03
merge trunk Closed-Leaf check-in: e9f38ae8ab user: jan.nijtmans tags: utf8-in-sources
11:27
fix for [01a2f3a346] check-in: 0357ed556e user: jan.nijtmans tags: msvc-broken
2012-08-28
06:24
This change allows html entities (like &amp;rarr; and &amp;bull;) 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.<br> As long as the C-source doesn't contain any utf-8 characters, this generates exactly the same *_.c files as before. check-in: b5e2e50040 user: jan.nijtmans tags: utf8-in-sources