Fossil

Timeline
Login

Timeline

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

5 check-ins tagged with "ticket-e399bc"

2012-11-29
13:12
Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (Closed-Leaf check-in: 1002e723 user: drh tags: ticket-e399bc)
09:59
One more thing I spotted (but cannot test!): UTF8-mac encoded values could enter fossil through environment variables as well... ... (check-in: 42951c59 user: jan.nijtmans tags: ticket-e399bc)
09:53
Tested now on win32 and cygwin (with some fixes, please evaluate!). I cannot test it on OSX, but I think this should function as intended. ... (check-in: a0148eac user: jan.nijtmans tags: ticket-e399bc)
08:57
unbreak win32 ... (check-in: 0ff5b5ed user: jan.nijtmans tags: ticket-e399bc)
03:14
Untested changes designed to fix broken filename encodings on MacOS. Move all character-set converting routines into a new file called utf8.c. Add the fossil_filename_to_utf8() routine, which converts Unicode to utf8 on windows and decomposed utf8 into precomposed utf8 on Mac. Ticket [e399bc1edfe45b] ... (check-in: c24e568f user: drh tags: ticket-e399bc)