Fossil

Timeline
Login

Timeline

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: af4d7804 user: jan.nijtmans tags: use-blob_strip_bom)
2013-02-27
11:30
comment fix ... (check-in: f78a487f user: jan.nijtmans tags: use-blob_strip_bom)
11:26
merge trunk ... (check-in: d085eb9a user: jan.nijtmans tags: use-blob_strip_bom)
2012-11-05
13:56
merge trunk ... (check-in: b0e05a90 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: cd06b7d8 user: jan.nijtmans tags: use-blob_strip_bom)
12:32
merge trunk ... (check-in: 9e97de34 user: jan.nijtmans tags: use-blob_strip_bom)
2012-10-30
16:16
merge trunk ... (check-in: 27d8f1b6 user: jan.nijtmans tags: use-blob_strip_bom)
15:18
working utf-16 diff, still being tested ... (check-in: 879d1e24 user: jan.nijtmans tags: use-blob_strip_bom)
08:06
take over various stylistic adjustments ... (check-in: ab5a6b43 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: a97aa349 user: jan.nijtmans tags: use-blob_strip_bom)
16:01
fix bit handling ... (check-in: 1badca94 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: 121394b0 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: 9267dba4 user: jan.nijtmans tags: use-blob_strip_bom)
08:27
merge trunk ... (check-in: f61d0a1c user: jan.nijtmans tags: use-blob_strip_bom)
2012-10-28
22:08
merge trunk ... (check-in: 6c410273 user: jan.nijtmans tags: use-blob_strip_bom)
10:05
fix abandoning message ... (check-in: f57f74b2 user: jan.nijtmans tags: use-blob_strip_bom)
10:03
merge trunk ... (check-in: 0b6b0dfd user: jan.nijtmans tags: use-blob_strip_bom)
2012-10-26
13:01
merge trunk ... (check-in: bc027af5 user: jan.nijtmans tags: use-blob_strip_bom)
12:38
Oops, not too fast..... ... (check-in: 884dd233 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: 110d68f2 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 of text/binary files.

... (check-in: 748071a2 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: 05033666 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: cbb24cf8 user: jan.nijtmans tags: use-blob_strip_bom)