Icy Phoenix
English Chit Chat - Changing Encoding Error
kansy [ Wed 27 Aug, 2008 19:58 ]
Post subject: Changing Encoding Error
Hi, I've installed Icyphoenix the last release downloaded from phpbb-es.com and I changed the encode to utf-8 in lang_main_settings.php
$lang['ENCODING'] = 'utf-8';
$lang['ENCODING_ALT'] = 'utf-8';
$lang['DIRECTION'] = 'ltr';
$lang['HEADER_LANG'] = 'sp-es';
$lang['HEADER_XML_LANG'] = 'sp-es';
But I still see ? into some words...
Thanks
novice programmer [ Thu 28 Aug, 2008 15:13 ]
Post subject: Re: Encoding Error
For spainish it is not sp-es, but en-es

kansy [ Thu 28 Aug, 2008 16:01 ]
Post subject: Re: Encoding Error
Ok I cahnged what you say and I still see � inside the words.
$lang['ENCODING'] = 'utf-8';
$lang['ENCODING_ALT'] = 'utf-8';
$lang['DIRECTION'] = 'ltr';
$lang['HEADER_LANG'] = 'en-es';
$lang['HEADER_XML_LANG'] = 'en-es';
novice programmer [ Thu 28 Aug, 2008 16:10 ]
Post subject: Re: Encoding Error
Those are other encodings you could use, depens on the server:
ISO 646
ASCII
EBCDIC
CP930
ISO 8859:
ISO 8859-1 Western Europe
ISO 8859-2 Western and Central Europe
ISO 8859-3 Western Europe and South European ( Turkish, Maltese plus Esperanto )
ISO 8859-4 Western Europe and Baltic countries ( Lithuania, Estonia and Lapp )
ISO 8859-5 Cyrillic alphabet
ISO 8859-6 Arabic
ISO 8859-7 Greek
ISO 8859-8 Hebrew
ISO 8859-9 Western Europe with amended Turkish character set
ISO 8859-10 Western Europe with rationalised character set for Nordic languages, including complete Icelandic set.
ISO 8859-11 Thai
ISO 8859-13 Baltic languages plus Polish
ISO 8859-14 Celtic languages ( Irish Gaelic, Scottish, Welsh )
ISO 8859-15 Added the Euro sign and other rationalisations to ISO 8859-1
ISO 8859-16 Central European languages ( Polish, Czech, Slovenian, Slovak, Hungarian, Albanian, Romanian, German, Italian )
CP437, CP737, CP850, CP852, CP855, CP857, CP858, CP860, CP861, CP863, CP865, CP866, CP869
MS-Windows character sets:
Windows-1250 for Central European languages that use Latin script, (Polish, Czech, Slovak, Hungarian, Slovene, Serbian, Croatian, Romanian and Albanian)
Windows-1251 for Cyrillic alphabets
Windows-1252 for Western languages
Windows-1253 for Greek
Windows-1254 for Turkish
Windows-1255 for Hebrew
Windows-1256 for Arabic
Windows-1257 for Baltic languages
Windows-1258 for Vietnamese
Mac OS Roman
KOI8-R, KOI8-U, KOI7
MIK
Cork or T1
ISCII
VISCII
Big5 (a more famous variant is Microsoft Code page 950)
HKSCS
Guobiao
GB2312
GBK (Microsoft Code page 936)
GB18030
Shift JIS for Japanese (Microsoft Code page 932)
EUC-KR for Korean (Microsoft Code page 949)
ISO-2022 and EUC for CJK character sets
Unicode (and subsets thereof, such as the 16-bit 'Basic Multilingual Plane'). See UTF-8
ANSEL or ISO/IEC 6937
kansy [ Thu 28 Aug, 2008 17:58 ]
Post subject: Re: Encoding Error
I'm running my own VPS server.
How can I know which encode has it set¿
novice programmer [ Thu 28 Aug, 2008 21:27 ]
Post subject: Re: Encoding Error
I think you should get those info by running a phpinfo() script.
kansy [ Fri 29 Aug, 2008 13:08 ]
Post subject: Re: Encoding Error
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
novice programmer [ Fri 29 Aug, 2008 16:50 ]
Post subject: Re: Encoding Error
Try to set encoding to ISO-8859-1 or utf-8 with en-es language tag.
kansy [ Sat 30 Aug, 2008 23:25 ]
Post subject: Re: Encoding Error
It's solved now.
Thanks
kansy [ Wed 03 Sep, 2008 12:29 ]
Post subject: Re: SOLVED - Changing Encoding Error
Well. It's not solved...
I've changed the httpd from httpdlite to apache and now if i set it to ISO-8859-1 it doesn't works... neither with UFT-8
u.u'
Lopalong [ Wed 03 Sep, 2008 13:01 ]
Post subject: Re: Changing Encoding Error
I trust you mean UTF-8 and not UFT-8 ?
Or have you created an error ?
Maybe this will help because I have no idea why you have brought your server problems to Icy Phoenix when it is apparently a server-based problem.
VPS server+encoding problems.
http://forums.deftechgroup.com/showthread.php?t=834
kansy [ Thu 04 Sep, 2008 19:11 ]
Post subject: Re: Changing Encoding Error
If I use apache... I have the problem... and some CHMOD probs sometimes...
If I use lighttp I don't have that problems...
novice programmer [ Thu 04 Sep, 2008 23:12 ]
Post subject: Re: Changing Encoding Error
That is too much for me. Do you have technical support at the hosting services?
I think the issue is theirs.
kansy [ Fri 05 Sep, 2008 18:16 ]
Post subject: Re: Changing Encoding Error
Nop... They only give me support for my vps hardware probs..
Limun [ Fri 05 Sep, 2008 18:33 ]
Post subject: Re: Changing Encoding Error
if i m not wrong you see symols in places where suposet to be characters right like this
"?hanks"
if yes take a look this
http://www.icyphoenix.com/viewtopic...er=asc&start=15
i haved same problem with ?=/& characters
and i resolved it only in this way (i tryed everithing put in lang_main_settings.php) but nothing worked
exept this
see this link
http://everything2.com/index.pl?node_id=1305937
this link resolved my problems
how? like this !
example in my language:
čovjek so
č i saw like
?
i opened lang_main and replaced all
č with
& # 2 6 9 from that site
sample
and solved my problems...
i dont know for whic lang you need it ,but if is this about i hope this help
Lopalong [ Sat 06 Sep, 2008 09:25 ]
Post subject: Re: Changing Encoding Error
kansy wrote:
If I use apache... I have the problem... and some CHMOD probs sometimes...
If I use lighttp I don't have that problems...
The Encoding is a Protocol used by the Server, and I still fail to see what this Server-Related problem has to do with Icy Phoenix General Support.
Moved to Chat.