Skip to content

Convert all files from UTF-8 BOM to UTF-8 encoding #551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/c_str.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "c_str()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/charAt.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "charAt()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "compareTo()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/concat.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "concat()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "endsWith()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/equals.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "equals()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "equalsIgnoreCase()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "getBytes()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "indexOf()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "lastIndexOf()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/length.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "length()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "replace()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "reserve()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "setCharAt()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "startsWith()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "substring()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "toCharArray()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "toDouble()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "toFloat()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/toInt.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "toInt()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "toLowerCase()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "toUpperCase()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/trim.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "trim()"
categories: [ "Data Types" ]
subCategories: [ "StringObject Function" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "+"
title_expanded: concatenation
categories: [ "Data Types" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "!="
title_expanded: different from
categories: [ "Data Types" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "[] "
title_expanded: element access
categories: [ "Data Types" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: ">"
title_expanded: greater than
categories: [ "Data Types" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: "<="
title_expanded: less than or equal
categories: [ "Data Types" ]
Expand Down