mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
Issue #8: no newline at end of file.
Not sure if it is in the C++ standard, or was, but apparently some compilers may complain when files don't end with a newline (though neither GCC nor Clang as our CI and my local builds are fine). So here are all our generated source which didn't have such ending newline (hopefully I forgot none). I just loaded them in my vim editor, and resaved them. This was enough to add an ending newline.
This commit is contained in:
parent
6c7f32a751
commit
44a50c30ee
@ -262,4 +262,4 @@ const SequenceModel Windows_1256ArabicModel =
|
|||||||
(float)0.9696025116913417,
|
(float)0.9696025116913417,
|
||||||
PR_FALSE,
|
PR_FALSE,
|
||||||
"WINDOWS-1256"
|
"WINDOWS-1256"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -278,4 +278,4 @@ const SequenceModel Iso_8859_2CzechModel =
|
|||||||
(float)0.9786035192432675,
|
(float)0.9786035192432675,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"ISO-8859-2"
|
"ISO-8859-2"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -195,4 +195,4 @@ const SequenceModel Windows_1252DanishModel =
|
|||||||
(float)0.9968082796759031,
|
(float)0.9968082796759031,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"WINDOWS-1252"
|
"WINDOWS-1252"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -138,4 +138,4 @@ const SequenceModel Iso_8859_3EsperantoModel =
|
|||||||
(float)0.9942980632768038,
|
(float)0.9942980632768038,
|
||||||
PR_FALSE,
|
PR_FALSE,
|
||||||
"ISO-8859-3"
|
"ISO-8859-3"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -203,4 +203,4 @@ const SequenceModel Iso_8859_15FrenchModel =
|
|||||||
(float)0.997057879992383,
|
(float)0.997057879992383,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"ISO-8859-15"
|
"ISO-8859-15"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -165,4 +165,4 @@ const SequenceModel Iso_8859_1GermanModel =
|
|||||||
(float)0.9934041448127945,
|
(float)0.9934041448127945,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"ISO-8859-1"
|
"ISO-8859-1"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -166,4 +166,4 @@ const SequenceModel Windows_1250HungarianModel =
|
|||||||
(float)0.9748272224933486,
|
(float)0.9748272224933486,
|
||||||
PR_FALSE,
|
PR_FALSE,
|
||||||
"WINDOWS-1250"
|
"WINDOWS-1250"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -204,4 +204,4 @@ const SequenceModel Iso_8859_13LatvianModel =
|
|||||||
(float)0.9904102202220861,
|
(float)0.9904102202220861,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"ISO-8859-13"
|
"ISO-8859-13"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -203,4 +203,4 @@ const SequenceModel Iso_8859_13LithuanianModel =
|
|||||||
(float)0.9928710196247589,
|
(float)0.9928710196247589,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"ISO-8859-13"
|
"ISO-8859-13"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -134,4 +134,4 @@ const SequenceModel Iso_8859_3MalteseModel =
|
|||||||
(float)0.9959115850692665,
|
(float)0.9959115850692665,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"ISO-8859-3"
|
"ISO-8859-3"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -295,4 +295,4 @@ const SequenceModel Windows_1250PolishModel =
|
|||||||
(float)0.9894531815946438,
|
(float)0.9894531815946438,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"WINDOWS-1250"
|
"WINDOWS-1250"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -234,4 +234,4 @@ const SequenceModel Windows_1252PortugueseModel =
|
|||||||
(float)0.9953179582313172,
|
(float)0.9953179582313172,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"WINDOWS-1252"
|
"WINDOWS-1252"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -229,4 +229,4 @@ const SequenceModel Ibm852RomanianModel =
|
|||||||
(float)0.997762564143313,
|
(float)0.997762564143313,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"IBM852"
|
"IBM852"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -198,4 +198,4 @@ const SequenceModel Windows_1252SpanishModel =
|
|||||||
(float)0.9970385677528184,
|
(float)0.9970385677528184,
|
||||||
PR_TRUE,
|
PR_TRUE,
|
||||||
"WINDOWS-1252"
|
"WINDOWS-1252"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -262,4 +262,4 @@ const SequenceModel Iso_8859_11ThaiModel =
|
|||||||
(float)0.8815720594354438,
|
(float)0.8815720594354438,
|
||||||
PR_FALSE,
|
PR_FALSE,
|
||||||
"ISO-8859-11"
|
"ISO-8859-11"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -170,4 +170,4 @@ const SequenceModel Iso_8859_9TurkishModel =
|
|||||||
(float)0.991865243864388,
|
(float)0.991865243864388,
|
||||||
PR_FALSE,
|
PR_FALSE,
|
||||||
"ISO-8859-9"
|
"ISO-8859-9"
|
||||||
};
|
};
|
||||||
|
|||||||
@ -244,4 +244,4 @@ const SequenceModel VisciiVietnameseModel =
|
|||||||
(float)0.9321889118082535,
|
(float)0.9321889118082535,
|
||||||
PR_FALSE,
|
PR_FALSE,
|
||||||
"VISCII"
|
"VISCII"
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user