Skip to content

Remove BOM from md files#797

Merged
1 commit merged into
MicrosoftDocs:stagingfrom
vors:no-bom
Nov 14, 2016
Merged

Remove BOM from md files#797
1 commit merged into
MicrosoftDocs:stagingfrom
vors:no-bom

Conversation

@vors
Copy link
Copy Markdown
Contributor

@vors vors commented Nov 13, 2016

GitHub cannot handle BOM and YML metadata together correctly.

Example:
image

https://github.com/PowerShell/PowerShell-Docs/blob/417fff809b74d68e5674befa32828f388afe66a4/reference/5.1/ISE/ISE.md

This is a follow-up from #788

Script used for re-encoding

ls -Recurse -Filter *.md | % { bash -c "/usr/local/Cellar/icu4c/55.1/bin/uconv -t UTF8 --remove-signature < $($_.FullName) > t"; cp -Force t $_.FullName }

@vors vors added the in-progress Tag - issue is being worked on by someone label Nov 13, 2016
@vors vors mentioned this pull request Nov 13, 2016
@saldana
Copy link
Copy Markdown
Contributor

saldana commented Nov 13, 2016

✅ Validation status: passed

File Status Preview URL Details
reference/3.0/ISE/Get-IseSnippet.md ✅Succeeded Details
reference/3.0/ISE/ISE.md ✅Succeeded Details
reference/3.0/ISE/Import-IseSnippet.md ✅Succeeded Details
reference/3.0/ISE/New-IseSnippet.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Aliases.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Arithmetic_Operators.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Arrays.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Assignment_Operators.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Break.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Command_Precedence.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Command_Syntax.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Comment_Based_Help.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_CommonParameters.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Continue.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Core_Commands.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Data_Sections.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Debuggers.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Do.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Environment_Variables.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Escape_Characters.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Eventlogs.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Execution_Policies.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_For.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Foreach.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Format.ps1xml.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_CmdletBindingAttribute.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_OutputTypeAttribute.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Group_Policy_Settings.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Hash_Tables.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_History.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_If.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Job_Details.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Jobs.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Join.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Language_Modes.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Line_Editing.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Methods.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Modules.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Object_Creation.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Objects.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Operators.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_PSSession_Details.md ✅Succeeded Details
reference/3.0/Microsoft.PowerShell.Core/About/about_PSSessions.md ✅Succeeded Details

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@saldana
Copy link
Copy Markdown
Contributor

saldana commented Nov 14, 2016

⚠️ Validation status: warnings

File Status Preview URL Details
reference/3.0/ISE/Get-IseSnippet.md ⚠️Warning Details
reference/3.0/ISE/ISE.md ⚠️Warning Details
reference/3.0/ISE/Import-IseSnippet.md ⚠️Warning Details
reference/3.0/ISE/New-IseSnippet.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Aliases.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Arithmetic_Operators.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Arrays.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Assignment_Operators.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Break.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Command_Precedence.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Command_Syntax.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Comment_Based_Help.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_CommonParameters.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Continue.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Core_Commands.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Data_Sections.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Debuggers.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Do.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Environment_Variables.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Escape_Characters.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Eventlogs.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Execution_Policies.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_For.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Foreach.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Format.ps1xml.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_CmdletBindingAttribute.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_OutputTypeAttribute.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Group_Policy_Settings.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Hash_Tables.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_History.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_If.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Job_Details.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Jobs.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Join.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Language_Modes.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Line_Editing.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Methods.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Modules.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Object_Creation.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Objects.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Operators.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_PSSession_Details.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_PSSessions.md ⚠️Warning Details

reference/3.0/ISE/Get-IseSnippet.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/ISE/ISE.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/ISE/Import-IseSnippet.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/ISE/New-IseSnippet.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Aliases.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Arithmetic_Operators.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Arrays.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Assignment_Operators.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Automatic_Variables.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Break.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Command_Precedence.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Command_Syntax.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Comment_Based_Help.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_CommonParameters.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Comparison_Operators.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Continue.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Core_Commands.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Data_Sections.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Debuggers.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Do.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Environment_Variables.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Escape_Characters.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Eventlogs.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Execution_Policies.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_For.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Foreach.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Format.ps1xml.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Functions.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Methods.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_CmdletBindingAttribute.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Functions_OutputTypeAttribute.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Group_Policy_Settings.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Hash_Tables.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_History.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_If.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Job_Details.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Jobs.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Join.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Language_Modes.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Line_Editing.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Methods.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Modules.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Object_Creation.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Objects.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Operator_Precedence.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_Operators.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_PSSession_Details.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

reference/3.0/Microsoft.PowerShell.Core/About/about_PSSessions.md

  • Line Unspecified: [Warning] internal error: the updated_at is missing

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@juanpablojofre
Copy link
Copy Markdown
Contributor

@vors,
Can you take a look at this request?
It has too many build warnings.

Best regards,

-- JP

@vors
Copy link
Copy Markdown
Contributor Author

vors commented Nov 14, 2016

@juanpablojofre I don't think these warning are related to my changes.
For example, the first warning is about Get-IseSnippet.md
My change is just removing the BOM

image

@ghost ghost merged commit a32e791 into MicrosoftDocs:staging Nov 14, 2016
@KarolKaczmarek KarolKaczmarek removed the in-progress Tag - issue is being worked on by someone label Nov 14, 2016
@vors vors deleted the no-bom branch November 14, 2016 20:19
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants