mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
remove trailing whitespace
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
*
|
||||
* Contributor(s):
|
||||
* Rudi Pettazzi <rudi.pettazzi@gmail.com> (C# port)
|
||||
*
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
* or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
@@ -40,26 +40,26 @@ namespace UniversalDetector
|
||||
{
|
||||
/// <summary>
|
||||
/// Indicate how confident the detection module about the return result.
|
||||
///
|
||||
/// NoAnswerYet: the detector have not find out a answer yet based on
|
||||
///
|
||||
/// NoAnswerYet: the detector have not find out a answer yet based on
|
||||
/// the data it received.
|
||||
///
|
||||
/// BestAnswer: the answer the detector returned is the best one within
|
||||
/// the knowledge of the detector. In other words, the test to all
|
||||
///
|
||||
/// BestAnswer: the answer the detector returned is the best one within
|
||||
/// the knowledge of the detector. In other words, the test to all
|
||||
/// other candidates fail.
|
||||
/// For example, the (Shift_JIS/EUC-JP/ISO-2022-JP) detection
|
||||
/// module may return this with answer "Shift_JIS " if it receive
|
||||
/// bytes > 0x80 (which make ISO-2022-JP test failed) and byte
|
||||
/// module may return this with answer "Shift_JIS " if it receive
|
||||
/// bytes > 0x80 (which make ISO-2022-JP test failed) and byte
|
||||
/// 0x82 (which may EUC-JP test failed)
|
||||
///
|
||||
/// SureAnswer: the detector is 100% sure about the answer.
|
||||
///
|
||||
///
|
||||
/// Example 1: the Shift_JIS/ISO-2022-JP/EUC-JP detector return
|
||||
/// this w/ ISO-2022-JP when it hit one of the following ESC seq
|
||||
/// ESC ( J
|
||||
/// ESC $ @
|
||||
/// ESC $ B
|
||||
///
|
||||
///
|
||||
/// Example 2: the detector which can detect UCS2 return w/ UCS2
|
||||
/// when the first 2 byte are BOM mark.
|
||||
/// Example 3: the Korean detector return ISO-2022-KR when it
|
||||
|
||||
Reference in New Issue
Block a user