Christian Boos wrote: > Ilias Lazaridis wrote: > > ... > > http://dev.lazaridis.com/base/intertrac/diff:sync/[EMAIL > > PROTECTED]:infra/[EMAIL PROTECTED] > > > > The Problem: > > > > I am not exactly sure if this is a bug, but there are 2 issues: > > > > 1.) binaries are displayed as changed, although I've not changed them: > > > > e.g.: > > # infra/trac-dev/htdocs/newticket.png (modified) (previous) > > # infra/trac-dev/htdocs/extlink.gif (modified) (previous) > > This is apparently a bug, though I'm not sure if it's a Subversion one > (svn_repos_dir_delta) or ours. I'll check.
ok > > 2.) for some reason, the nam "Borgstr..." becomes disrupted > > ... > > http://dev.lazaridis.com/base/browser/sync/trac/trac/ticket/api.py#L4 > > That one looks correct, byte-wise. It's only that the encoding is not > UTF set to or auto-detected to UTF-8 . See > http://trac.edgewall.org/ticket/3689. I don't understand. What steps do I have to take? > > http://dev.lazaridis.com/base/browser/infra/trac-dev/trac/ticket/api.py#L4 > > That looks like an import issue. > Can you get to the corresponding bytes for that line? (and the ones from > the other file, for comparison). local copy form http://dev.lazaridis.com/base/browser/sync/trac/trac/ticket/api.py Jonas Borgstrm <[EMAIL PROTECTED]> 4A 6F 6E 61 73 20 42 6F 72 67 73 74 72 6D 20 3C 6A 6F 6E 61 73 40 65 64 67 65 77 61 6C 6C 2E 63 6F 6D 3E local copy from http://dev.lazaridis.com/base/browser/infra/trac-dev/trac/ticket/api.py Jonas BorgstrΓ¶m <[EMAIL PROTECTED]> 4A 6F 6E 61 73 20 42 6F 72 67 73 74 72 C3 B6 6D 20 3C 6A 6F 6E 61 73 40 65 64 67 65 77 61 6C 6C 2E 63 6F 6D 3E > The "canonical" byte-content should be: > > $ head.exe -4 trac/ticket/api.py | tail.exe -1 | od.exe -c > 0000000 # C o p y r i g h t ( C ) > 0000020 2 0 0 3 - 2 0 0 5 J o n a s > 0000040 B o r g s t r 303 266 m < j o n a > 0000060 s @ e d g e w a l l . c o m > \r > 0000100 \n > 0000101 > > (with head/tail/od from the cygwin tools) > > -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
