Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 295 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 295 Bytes

デジタルTV用文字コード(ARIB STD-B24)のiconv変換モジュール

ビルド

./autogen.sh
mkdir build
cd build
../configure [--prefix=....]
make
sudo make install

/etc/profile.d/gconv-module-aribb24.shにより、GCONV_PATHが自動設定される。 (iconv(1)参照)