Changes On Branch utf8-in-sources
Not logged in

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

Changes In Branch utf8-in-sources Excluding Merge-Ins

This is equivalent to a diff from eb82a23827 to e9f38ae8ab

2012-08-29
19:41
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII check-in: 208d67675c user: jan.nijtmans tags: trunk
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
13:01
Слил правки из trunk check-in: 4f6d1cd301 user: orefkov tags: orefkovs-change
11:27
fix for [01a2f3a346] check-in: 0357ed556e user: jan.nijtmans tags: msvc-broken
10:44
Fix a typo on the Ticket Change Details page. check-in: eb82a23827 user: drh tags: trunk
2012-08-28
17:39
Fixes to hyperlink generation for embedded documentation. check-in: ed6adcaf3b user: drh tags: trunk
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

Changes to src/branch.c.

Changes to src/export.c.

Changes to src/file.c.

Changes to src/import.c.

Changes to src/rebuild.c.

Changes to src/setup.c.

Changes to src/timeline.c.

Changes to src/translate.c.

Changes to src/vfile.c.

Changes to src/wikiformat.c.