On 1/9/16, arnoldemu <[email protected]> wrote: > Hi, > > I found a small bug. > > If I type: > > fossil commit -m "This is a test"£ > > Then the commit comment shows as "This is a test£". The character after the > quote is included. I don't know if this expected behaviour. >
Your shell (bash) is doing this, not Fossil. Bash hands Fossil the string "This is a test£" with no indication of whether or not it was originally quoted nor where the quotes ended. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

