I'm in need of a regular expression to convert a string:
- from UTF-8
- to Latin 9 (ISO-8859-15)
Does anyone know what/how to do? Starting points?
-----
I know some of you may want to advice me to use UTF-8 in stead of Latin, or find this a waste of time, so don't waste your time any further by replying. It is important to me, however odd it may seem to you. Also, please don't tell me about the PHP function "utf8_decode" - you have not read my question if you do.
As far as my reading tells me it requires that you configure PHP to use them as the module is not enabled by default. And I am in no position to configure or reconfigure the server, or even ask someone to do so.
So I'm back to looking for a regexp... any clues?