mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #41 from kiwix/less_header
Move unicode headers in cpp.
This commit is contained in:
commit
43e9763091
|
@ -20,13 +20,7 @@
|
||||||
#ifndef KIWIX_STRINGTOOLS_H
|
#ifndef KIWIX_STRINGTOOLS_H
|
||||||
#define KIWIX_STRINGTOOLS_H
|
#define KIWIX_STRINGTOOLS_H
|
||||||
|
|
||||||
#include <unicode/translit.h>
|
|
||||||
#include <unicode/normlzr.h>
|
|
||||||
#include <unicode/unistr.h>
|
#include <unicode/unistr.h>
|
||||||
#include <unicode/rep.h>
|
|
||||||
#include <unicode/uniset.h>
|
|
||||||
#include <unicode/ustring.h>
|
|
||||||
#include <unicode/ucnv.h>
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -19,6 +19,13 @@
|
||||||
|
|
||||||
#include <common/stringTools.h>
|
#include <common/stringTools.h>
|
||||||
|
|
||||||
|
#include <unicode/translit.h>
|
||||||
|
#include <unicode/normlzr.h>
|
||||||
|
#include <unicode/ustring.h>
|
||||||
|
#include <unicode/rep.h>
|
||||||
|
#include <unicode/uniset.h>
|
||||||
|
#include <unicode/ucnv.h>
|
||||||
|
|
||||||
/* tell ICU where to find its dat file (tables) */
|
/* tell ICU where to find its dat file (tables) */
|
||||||
void kiwix::loadICUExternalTables() {
|
void kiwix::loadICUExternalTables() {
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
|
Loading…
Reference in New Issue