Issue Details (XML | Word | Printable)

Key: RAD-120
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Techwolf Lupindo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Radegast

Unwanted BOM has polluted some files.

Created: 14/Mar/10 03:07 PM   Updated: 15/Mar/10 02:19 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.14


 Description  « Hide
The following files had got polluted with unwanted BOMs. http://en.wikipedia.org/wiki/Byte_Order_Mark#Unwanted_BOMs

radegast/Radegast/FormFlash.cs
radegast/Radegast/GUI/Consoles/MapConsole.Designer.cs
radegast/Radegast/GUI/Consoles/MapConsole.cs
radegast/Radegast/GUI/Consoles/Assets/Notecard.Designer.cs
radegast/Radegast/GUI/Consoles/Assets/Notecard.cs
radegast/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs
radegast/Radegast/GUI/Notifications/FriendshipOfferNotification.Designer.cs
radegast/Radegast/GUI/Notifications/FriendshipOfferNotification.cs
radegast/Radegast/GUI/Notifications/GenericNotification.Designer.cs
radegast/Radegast/GUI/Notifications/GenericNotification.cs
radegast/Radegast/GUI/Notifications/GroupInvitationNotification.Designer.cs
radegast/Radegast/GUI/Notifications/GroupInvitationNotification.cs
radegast/Radegast/GUI/Notifications/PermissionsNotification.Designer.cs
radegast/Radegast/GUI/Notifications/PermissionsNotification.cs
radegast/Radegast/GUI/Notifications/ScriptDialog.Designer.cs
radegast/Radegast/GUI/Notifications/ScriptDialog.cs
radegast/Radegast/GUI/Notifications/TeleportNotification.Designer.cs
radegast/Radegast/GUI/Notifications/TeleportNotification.cs
radegast/Radegast/Properties/AssemblyInfo.cs
radegast/Radegast/Properties/Settings.Designer.cs

This cause build errors with nant. FormFlash.cs(31,1): error CS8025: Parsing error



 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Latif Khalifa added a comment - 14/Mar/10 04:28 PM
Fixed thanks to your sed magic. Copying here so we have a reference in case it's needed:
find . -name "*.cs" | xargs  sed -i "2,$ s/\xEF\xBB\xBF//"