Lichen Rancourt
lichenth...@gmail.com
www.remainingrelevant.net
aim & Y!: lichenrancourt
1. Inspect php codes that involve string conversion
functions. For example, ucwords() works for ASCII
characters only, and not for multibyte characters
such as UTF-8. And mb_convert_encoding(..., 'UTF-8')
is not needed if the source string is already UTF-8.
And htmlentities(...,UTF-8) should be
htmlentities(...,'UTF-8')
etc. etc.
2. Enhance importer to support capturing of vernacular
characters, which usually appear in tag 880 of MARC21
records.
3. Turn on Sphinx for CJK character searching. And add
TSVCC (Traditional, Simplified and Variant Chinese
Characters) linking as a "word form file" in Sphinx
to enable searching of various forms of Chinese
characters.
I will work with Casey to see how we can contribute our
customization to the Scriblio code base.
Zebil, I think your problem is very likely related to
Item 1 above. It may be useful if you can show us an URL
that will bring up a record on your ILS system so that
we can take a look.
Regards,
K.T. Lam
Head of Library Systems
The Hong Kong University of Science and Technology Library
Thank you for sharing your experience with this. I'd very much like to
incorporate both the extended character set support and the many other
fixes and enhancements you've made into Scriblio.
HKUST's efforts are really important, especially at this early stage
of the project, and demonstrate how OSS is built upon the
contributions from those involved with a project.
Thank you,
--Casey