2013-10-29
| ||
12:32 | • Fixed ticket [13b7388964]: Commit comments with multi-byte character break plus 3 other changes ... (artifact: bdaec5987d user: jan.nijtmans) | |
2012-10-22
| ||
08:00 | • Ticket [13b7388964]: 3 changes ... (artifact: f655d307f5 user: jan.nijtmans) | |
2011-02-13
| ||
14:59 | • New ticket [13b7388964]. ... (artifact: 47b749e8c8 user: anonymous) | |
Ticket Hash: | 13b73889641e1b6c4f7ff9af23106e7034bb648c | |||
Title: | Commit comments with multi-byte character break | |||
Status: | Fixed | Type: | Code_Defect | |
Severity: | Minor | Priority: | ||
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2013-10-29 12:32:37 | |||
Version Found In: | e7b6434112 | |||
Description: | ||||
I use windows command line prompt cmd to commit changes with command
"fossil commit -m "修正问题。" , and then use command "fossil ui" to view the commitment. And find chaos of comments, only after chosing the web page encoding to GBK and the comments seem OK.
I had try following modify and it works fine.
src/checkin.c ======================================== @@ -740,9 +740,11 @@ blob_appendf(pOut, "Z %b\n", &mcksum); if( pnFBcard ) *pnFBcard = nFBcard; } jan.nijtmans added on 2012-10-22 08:00:09 UTC: |