Overview
Artifact ID: | b881562f5c2d87a11f314cee8b11ad824ccb2653 |
---|---|
Ticket: | cadc9aa78f754439d14325655756cafebeddc3e4
convert comment between utf8 and big5 on windows |
User & Date: | anonymous 2011-04-17 08:21:59 |
Changes
- comment changed to:
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.
- foundin changed to: "047e06193b"
- private_contact changed to: "5ec68f6383f77210eaf40f20a0618ad57a7f4ee8"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "convert comment between utf8 and big5 on windows"
- type changed to: "Feature_Request"