Ticket UUID: | cadc9aa78f754439d14325655756cafebeddc3e4 | ||
Title: | convert comment between utf8 and big5 on windows | ||
Status: | Open | Type: | Feature_Request |
Severity: | Critical | Priority: | |
Subsystem: | Resolution: | Open | |
Last Modified: | 2012-12-03 21:15:25 | ||
Version Found In: | 047e06193b | ||
Description & Comments: | |||
I'm a Taiwanese. I use linux,windows. On linux, the default coding locale is zh_TW.utf-8. It works well for fossil. But on windows, the default command line code page is 'cp950'(big5). So, if I write comment, I must call my comment editor 'notepad2' to force write out utf8 comment. The utf8 comment display well on 'fossil ui' web page. But, on cmd console which windows provide, it can only display big5.
So, I suggest on windows, fossil should convert code page when display comment and check-in comment. I think this issue should also happen on check Chinese file name. anonymous added on 2011-04-17 23:45:18 UTC: A simple solution is to set the EDITOR variable or fossil editor setting to use notepad2 or to the editor you use for your programming and don't use the -m option when committing anonymous claiming to be BM added on 2011-04-18 09:17:04 UTC: anonymous added on 2011-04-18 13:50:15 UTC:
I've try to found solution from git/mercurial check in log, but failed. I guess, the solution may hidden on tortoiseSvn, tortoiseHG or tortoiseGit. anonymous claiming to be dlin added on 2011-04-18 13:55:04 UTC: anonymous claiming to be dlin added on 2011-04-24 13:49:08 UTC: jan.nijtmans added on 2012-10-22 07:52:58 UTC: |