参考
-
grep で検索するため、日本語での全文検索の問題が解決。
起動方法
- Apache が必要
- https://github.com/kobake/filydoc-core
- dataフォルダ内を編集。
- tmp フォルダのパーミッションは 777 にする。
setlocale(LC_CTYPE, "en_US.UTF-8");
の箇所は場合によってはC.UTF-8にする必要があるかも。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
grep で検索するため、日本語での全文検索の問題が解決。
setlocale(LC_CTYPE, "en_US.UTF-8");
の箇所は場合によってはC.UTF-8にする必要があるかも。
Register as a new user and use Qiita more conveniently
Go to list of users who liked