| Ticket UUID: | 13b73889641e1b6c4f7ff9af23106e7034bb648c | ||
| Title: | Commit comments with multi-byte character break | ||
| Status: | Open | Type: | Code_Defect |
| Severity: | Minor | Priority: | |
| Subsystem: | Resolution: | Open | |
| Last Modified: | 2012-10-22 08:00:09 | ||
| Version Found In: | e7b6434112 | ||
| Description & Comments: | |||
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: | |||