Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
23 check-ins tagged with "use-blob_strip_bom"
|
2013-03-19
| ||
| 10:06 | merge trunk (still experimental) Closed-Leaf check-in: af4d780446 user: jan.nijtmans tags: use-blob_strip_bom | |
|
2013-02-27
| ||
| 11:30 | comment fix check-in: f78a487f43 user: jan.nijtmans tags: use-blob_strip_bom | |
| 11:26 | merge trunk check-in: d085eb9aca user: jan.nijtmans tags: use-blob_strip_bom | |
|
2012-11-05
| ||
| 13:56 | merge trunk check-in: b0e05a90b6 user: jan.nijtmans tags: use-blob_strip_bom | |
|
2012-11-01
| ||
| 14:02 | bug-fix: Before preparing a diff, BOM's should not be removed. It might result in a BOM in the middle of UTF-8, which is invalid, but that's how diff works. check-in: cd06b7d8af user: jan.nijtmans tags: use-blob_strip_bom | |
| 12:32 | merge trunk check-in: 9e97de3410 user: jan.nijtmans tags: use-blob_strip_bom | |
|
2012-10-30
| ||
| 16:16 | merge trunk check-in: 27d8f1b6d0 user: jan.nijtmans tags: use-blob_strip_bom | |
| 15:18 | working utf-16 diff, still being tested check-in: 879d1e2405 user: jan.nijtmans tags: use-blob_strip_bom | |
| 08:06 | take over various stylistic adjustments check-in: ab5a6b436e user: jan.nijtmans tags: use-blob_strip_bom | |
|
2012-10-29
| ||
| 22:09 | Working "c=convert" option for [fossil commit]. Just to be tested a little bit more. check-in: a97aa34920 user: jan.nijtmans tags: use-blob_strip_bom | |
| 16:01 | fix bit handling check-in: 1badca9491 user: jan.nijtmans tags: use-blob_strip_bom | |
| 15:57 | (experiment) Allow 'c' for converting unicode/crlf files at user request, not complete yet. check-in: 121394b04f user: jan.nijtmans tags: use-blob_strip_bom | |
| 14:04 | fix handling of "crlf-glob" option: UTF-16 BOM's always give a warning now Closed-Leaf check-in: 9267dba498 user: jan.nijtmans tags: use-blob_strip_bom | |
| 08:27 | merge trunk check-in: f61d0a1c50 user: jan.nijtmans tags: use-blob_strip_bom | |
|
2012-10-28
| ||
| 22:08 | merge trunk check-in: 6c41027335 user: jan.nijtmans tags: use-blob_strip_bom | |
| 10:05 | fix abandoning message check-in: f57f74b2af user: jan.nijtmans tags: use-blob_strip_bom | |
| 10:03 | merge trunk check-in: 0b6b0dfd0b user: jan.nijtmans tags: use-blob_strip_bom | |
|
2012-10-26
| ||
| 13:01 | merge trunk check-in: bc027af59b user: jan.nijtmans tags: use-blob_strip_bom | |
| 12:38 | Oops, not too fast..... check-in: 884dd2331c user: jan.nijtmans tags: use-blob_strip_bom | |
| 12:14 | a little consistancy: Allow lower and uppercase for all commit responds, so if Caps-Lock hangs that doesn't matter any more. check-in: 110d68f2a1 user: jan.nijtmans tags: use-blob_strip_bom | |
| 09:44 |
Even though wiki pages can now be in UNICODE on Windows, this is still not recommended: A diff doesn't work, and it is Windows-only.
So give out a warning when a UNICODE file is attempted to be checked in on Windows, just as for CrLf files as well Implement looks_like_text(), similar to looks_like_binary() but it can distinguish more types... check-in: 748071a25d user: jan.nijtmans tags: use-blob_strip_bom | |
| 09:07 |
use blob_strip_bom() in wikiformat.c
This has the effect that on Windows wiki pages can now be in unicode as well. check-in: 05033666fd user: jan.nijtmans tags: use-blob_strip_bom | |
| 08:19 |
use blob_strip_bom in main.c
This has the effect that on Windows the --args file accepts a unicode file, starting with a UTF-16 BOM as well check-in: cbb24cf854 user: jan.nijtmans tags: use-blob_strip_bom | |