| Opened 15 years ago Closed 15 years ago #141 closed defect (fixed)Annoying C4819 warnings when compiled with MS Visual C++
 Description
At the end of 4th line of copyright message in each file, there is a character whose character code is `0xC2'. 
What does the character mean? Change History (5)comment:1 Changed 15 years ago by fbossen
 comment:2 Changed 15 years ago by fbossen
 
Fixed in r799. comment:3 Changed 14 years ago by davidf
 
Updating component after adding WD (Text) tickets comment:4 Changed 14 years ago by davidf
 comment:5 Changed 14 years ago by davidf
 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 
 | ||||||||||||||||

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.