Opened 13 years ago

Closed 13 years ago

#141 closed defect (fixed)

Annoying C4819 warnings when compiled with MS Visual C++

Reported by: hao Owned by: fbossen
Priority: minor Milestone:
Component: HM Version:
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

At the end of 4th line of copyright message in each file, there is a character whose character code is `0xC2'.
This produces annoying C4819 warning when it is compiled with (at least Japanese version of) MS Visual C++, though it is not displayed.

What does the character mean?
Is it really necessary as a part of copyright message?
If not, could you remove it?

Change History (5)

comment:1 Changed 13 years ago by fbossen

  • Owner set to fbossen
  • Status changed from new to accepted

The copyright header actually contains a non-breaking space 0xc2 0xa0 (UTF-8). This will be fixed, i.e. changed to a regular space character.

comment:2 Changed 13 years ago by fbossen

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed in r799.

comment:3 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:4 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:5 Changed 12 years ago by davidf

  • Cc jct-vc@… added
Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Owner, Subscriber, Participant)
  • Hirofumi Aoki(Reporter)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)