Uchardet-0.0.8

Uchardet の概要

The Uchardet package contains an encoding detectory library which takes a sequence of bytes in an unknown character encoding and attempts to determine the encoding of the text.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

Uchardet の依存パッケージ

必須

CMake-3.28.1

Uchardet のインストール

以下のコマンドを実行して Uchardet をビルドします。

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DBUILD_STATIC=OFF          \
      -Wno-dev ..                 &&
make

ビルド結果をテストする場合は make test を実行します。

root ユーザーになって以下を実行します。

make install

コマンド説明

-DBUILD_STATIC=OFF: 本スイッチはスタティックライブラリをビルドしないようにします。

パッケージ構成

インストールプログラム: uchardet
インストールライブラリ: libuchardet.so
インストールディレクトリ: /usr/include/uchardet

概略説明

uchardet

detects what character set is used inside of a file

libuchardet.so

provides an API for detecting the encoding of text in a file