mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-08 01:36:41 +08:00
Move all Single-Byte language models to a subdirectory.
This commit is contained in:
parent
b67370230b
commit
2106173546
@ -8,12 +8,12 @@ set(
|
||||
UCHARDET_SOURCES
|
||||
CharDistribution.cpp
|
||||
JpCntx.cpp
|
||||
LangBulgarianModel.cpp
|
||||
LangCyrillicModel.cpp
|
||||
LangGreekModel.cpp
|
||||
LangHungarianModel.cpp
|
||||
LangHebrewModel.cpp
|
||||
LangThaiModel.cpp
|
||||
LangModels/LangBulgarianModel.cpp
|
||||
LangModels/LangCyrillicModel.cpp
|
||||
LangModels/LangGreekModel.cpp
|
||||
LangModels/LangHungarianModel.cpp
|
||||
LangModels/LangHebrewModel.cpp
|
||||
LangModels/LangThaiModel.cpp
|
||||
nsHebrewProber.cpp
|
||||
nsCharSetProber.cpp
|
||||
nsBig5Prober.cpp
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsSBCharSetProber.h"
|
||||
#include "../nsSBCharSetProber.h"
|
||||
/****************************************************************
|
||||
CTR: Control characters that usually does not exist in any text
|
||||
RET: Carriage/Return
|
||||
@ -35,7 +35,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsSBCharSetProber.h"
|
||||
#include "../nsSBCharSetProber.h"
|
||||
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsSBCharSetProber.h"
|
||||
#include "../nsSBCharSetProber.h"
|
||||
/****************************************************************
|
||||
CTR: Control characters that usually does not exist in any text
|
||||
RET: Carriage/Return
|
||||
@ -37,7 +37,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsSBCharSetProber.h"
|
||||
#include "../nsSBCharSetProber.h"
|
||||
|
||||
|
||||
/****************************************************************
|
||||
@ -35,7 +35,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsSBCharSetProber.h"
|
||||
#include "../nsSBCharSetProber.h"
|
||||
/****************************************************************
|
||||
CTR: Control characters that usually does not exist in any text
|
||||
RET: Carriage/Return
|
||||
@ -35,7 +35,7 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsSBCharSetProber.h"
|
||||
#include "../nsSBCharSetProber.h"
|
||||
|
||||
|
||||
/****************************************************************
|
||||
Loading…
x
Reference in New Issue
Block a user