View Single Post
Old 01-05-2005, 08:39 PM   #1
starks
Green Mole
 
Join Date: Jan 2005
Posts: 3
Encoding Problem

Hello,

I just installed phpdig and like it a lot. But I'm having problems implementing the ISO-8859-9 encoding. I searched the forum and found some threads on this subject but they were quite old. Since there are some new versions available, I was wondering if the way to add them is still the same.

I looked at this thread but I'm confused.

Mr Charter says...

Quote:
In the config file, the variable $phpdig_string_subst['iso-8859-1'] has the letter A followed by the colon and then other letter A's with accents. For example A:ÀÁÂÃÄÅ and so forth.

Try making $phpdig_string_subst['iso-8859-5'] in the same form as $phpdig_string_subst['iso-8859-1'] and $phpdig_string_subst['iso-8859-2'].

So, do I just add only the characters that are not available in other character sets?

For example, should I create line something like this?

$phpdig_string_subst['iso-8859-9'] = 'put the different characters here';

I don't understand the purpose of the colons. If somebody can show me for just one character, I think I can go from there.

Thank you.
starks is offline   Reply With Quote