Menu

LanguageSys / News: Recent posts

LanguageSys is going for Python

For some days I've started writing on a Python implementation of LanguageSys.
Today I've made aviable a pre version (0.9.7) of the LanguageSys Module for Python.
This still has view known bugs which will be corrected by me in the next days.
The reading of precompiled language files produces errors and you cant fetch file informations at moment, additionally to this I have to biuld an __init__.py file for the module and rename it for use as module, becuase LanguageSys.LanguageSys.LanguageSys() is to long as name to instance the class. I think i will take somethin like lsys.LanguageSys.new()..
Proposals are very welcome!... read more

Posted by Florian Breit 2005-02-13

LanguageSys.PHP 1.1.2 - Stable

Now version 1.1.2 of LanguageSys.PHP is aviable.
This version brings the first stable release since rfc1766 was implemented.
After some code clean-ups and bugfixes, this should work well. Feedback is welcome.

For next release it is planned to add the aviablility of fetching a charset which could be used with the defined language file, therefor I have to find a way to find a possible default charset for various language identifiers, but I think I will just use UTF-8 as default for all the languages. If anyone of yours gots an idea, how to map charsets are usable by default for a given language identifier in rfc1766 style, please tell me.... read more

Posted by Florian Breit 2005-01-18