Hi Jeff! > Unfortunately, while MHonArc is fine at dealing with UTF-8 messages, > it will choke on a UTF-8 configuration file. So the Serbian > localization will need to be converted to ISO 10646 numerical > character references. I don't personally know how to do a > UTF-8 -> ISO 10646 conversion, but hopefully you can figure it > out or maybe someone on gossip knows how to do it.
There is no problem with that issue. I have transformed the sed script into XML and created an XSLT file to transform it back into the sed script. I wrote "normal" unicode utf-8 strings into the XML "SedScript" file and purified it with xmllint into iso10646 numerical refs. From that stage the file is transformed using xsltproc into regular sed script. Of course, I could have done it easier, but my idea was to create a "platform" for other non-iso8859-1 languages. It is hardly a platform, but it can be used to ease production of these translations... maybe. I have attached my translation and also a tar.bz2 file with xml source, xslt processing file and a simple shell script to wrap it all up. By the way, the shell script expects a .xml file as input and features no error correction. And it expects to have xmllint and xsltproc installed and in path of the system which is a good expectation for most linux-es, I would say. > PS. Once the localization is working I'll add your name to the > thank-you section of the FAQ, and send out a notice to gossip > when or if the language strings change. ThanX :) Best regards Brcha -- Filip BrÄiÄ <[EMAIL PROTECTED]> WWWeb: http://purl.org/NET/brcha/home/ Jabber: [EMAIL PROTECTED] ICQ# 40994923
# Version: 1.0.3 # Language: Serbian s/__INT__/.yu/g # Character Set (if not iso-8859-1) s/__CHARACTER_SET_META_TAG__/utf-8/g # Web pages s/__Search__/Тражи/g s/__Date Index__/Индекс по датумима/g s/__Thread Index__/Индекс по темама/g s/__Monthly index__/Индекс по месецима/g s/__Earlier messages__/Претходне поруке/g s/__Later messages__/Следеће поруке/g s/__Chronological__/Хронолошки/g s/__Mail converted by__/Конвертовано са/g s/__Find__/Нађи/g s/__Thread__/Прати разговор/g s/__From__/Од/g s/__Subject__/Наслов/g s/__Date__/Датум/g s/__Reply via email to__/Одговори путем е-поште/g s/__Follow-Ups__/Наставак разговора/g s/__References__/Референце/g s/__EMAIL PROTECTED__/[Е-ПОШТА ЗАШТИЋЕНА]/g # Search engine s/__Search results for__/Резултати претраге за/g s/__No matches were found for__/Није нађен ни један документ за/g s/__Please check your spelling or try a different query.__/Проверите правопис или пробајте другачију претрагу./g s/__No match for__/Ниједан документ није нађен за/g s/__No Matches__/Ниједан документ није нађен/g s/__Refine search__/Сузите претрагу/g # Context: Documents 1 - 10 of 72 matches s/__Documents__/Документи/g s/__of__/од укупно/g s/__matches__/нађених/g
_______________________________________________ Discussion list for The Mail Archive Gossip@jab.org http://jab.org/cgi-bin/mailman/listinfo/gossip