Koustubha Kale wrote
What details? Koha will support Unicode input out of the box, so just start making your entries.
Or if you are not comfortable applying patches etc you can follow following procedure..
#sudo apt-get install libicu-dev libicu38 yaz-icu
Copy following files from /usr/share/idzebra-2.0/tab/ to /etc/koha/zebradb/etc/ icu.idx phrases-icu.xml string.chr words-icu.xml
Copy /etc/koha/zebradb/etc/words-icu.xml to /etc/koha/zebradb/etc/icu.xml
Edit /etc/koha/zebradb/etc/icu.xml change <icu_chain locale="en"> to <icu_chain locale="en_IN.UTF-8"> Save and change ownership of all copied files to koha:koha
#sudo chown -R koha:koha /etc/koha/zebradb/etc
My purpose : I want to enable arabic searching I've got this error after running : #sudo chown -R koha:koha /etc/koha/zebradb/etc root@koha:/usr/share/idzebra-2.0/tab# sudo chown -R koha:koha /etc/koha/zebradb/etc chown: invalid user: `koha:koha' root@koha:/usr/share/idzebra-2.0/tab# Should i change chown -R koha:koha /etc/koha/zebradb/etc to chown -R root:root/etc/koha/zebradb/etc ?? Or what should i do? Sorry to suddenly jump into this discussion. Regards, bidadatun -- View this message in context: http://koha.1045719.n5.nabble.com/Can-we-use-Unicode-to-enter-records-tp3347... Sent from the Koha-general mailing list archive at Nabble.com.