Ticket #44423

バイナリログに BOM が出力される

Open Date: 2022-04-19 12:39 Last Update: 2022-04-25 23:58

Reporter:
Owner:
Type:
Status:
Closed
Component:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Details

BOM フラグが on の場合(LogVar->bom == true)に、バイナリログを新規作成するときでも BOM が出力される。

送信されてきたのではないデータば、バイナリログに保存されるべきではないと思います。

teraterm/teraterm/filesys_log.cpp LogStart()

    else {
        // 追記ではない(新規)場合は BOM を出力する
        if (fv->bom) {
            FLogOutputBOM();
        }
    }

※trunk のみの問題

Ticket History (3/3 Histories)

2022-04-19 12:39 Updated by: nmaya
  • New Ticket "バイナリログに BOM が出力される" created
2022-04-24 23:35 Updated by: zmatsuo
  • Owner Update from (None) to zmatsuo
  • Resolution Update from None to Fixed
Comment

r9869 で修正しました。

2022-04-25 23:58 Updated by: zmatsuo
  • Status Update from Open to Closed

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login