28, May 2012

special characters on this forum - webmaster forum

 
Webdigity webmaster forums
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  WebDigity Community  >  HumanWorks network news & feedback
Topic: special characters on this forum
« previous next »
Pages: [1] Print
Instabuck - The easy way to sell digital products online

Author Topic: special characters on this forum  (Read 3031 times)
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« on: May 16, 2006, 07:27:59 am »

Hello,

justr read this post http://www.webdigity.com/index.php/topic,2513.0.PhPMySQL+Ajax+Webentwickler+-+Germany/topicseen.html
and noticed that the german special characters are not showing off. A problem with SMF ?

I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #1 on: May 16, 2006, 10:21:09 am »

I think this is because of the page encoding and it is normal not to show up.

If you create a web page in German, but without using any META encoding is showing up the correct charset?

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #2 on: May 16, 2006, 10:52:10 am »

I think the only way to show diff. languages (f.e. german and polish) is to use utf-8 encoding

edit: strange is that server returns a greek encoding while the docuement encoding is western... this is wrong.
« Last Edit: May 16, 2006, 10:54:17 am by olaf »

I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #3 on: May 16, 2006, 10:58:49 am »

I see. Then the problem is propably that, because the forum uses ISO-8859-1 encoding.

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #4 on: May 16, 2006, 11:05:01 am »

I see. Then the problem is propably that, because the forum uses ISO-8859-1 encoding.
the german characters are included in the tabel of iso-8859-1 the problem is different:

the doc encoding is not the same then the encoding send by the server. You can see this via the context menu of you FF browser (view page info)

I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #5 on: May 16, 2006, 11:11:31 am »

Maybe it is a bug of the RSS to Post script.

Can you please post some german characters to see if it is working good?

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #6 on: May 16, 2006, 11:13:58 am »

Maybe it is a bug of the RSS to Post script.

Can you please post some german characters to see if it is working good?
german: ä Ä ß
dutch: ï ë

all of them are included in iso-8859-1

I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #7 on: May 16, 2006, 11:19:58 am »

So can you see that right?

german: ä Ä ß
dutch: ï ë

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #8 on: May 16, 2006, 11:21:00 am »

Oh it seems that you can't.

Propably there is a mod for that. I will report it to the SMF community.

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #9 on: May 16, 2006, 11:39:22 am »

do you checked the page info like I asked?


I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #10 on: May 16, 2006, 11:58:52 am »

Quote
strange is that server returns a greek encoding while the docuement encoding is western... this is wrong.

Yes that's the default Apache's language, but it's ok. Browsers see the document's encoding to parse the page.

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #11 on: May 16, 2006, 12:01:17 pm »

Quote
strange is that server returns a greek encoding while the docuement encoding is western... this is wrong.

Yes that's the default Apache's language, but it's ok. Browsers see the document's encoding to parse the page.
I don't think so:
check the page info of these two links:
http://www.construsoft.com/home.php?lang=gr
http://www.construsoft.com/home.php?lang=eng

I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #12 on: May 16, 2006, 12:04:39 pm »

They propably send headers with every page.

I will do that too, but it is not going to change anything.

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6691
34714 credits
Members referred : 374


It's time to use PHP5!


« Reply #13 on: May 16, 2006, 12:40:56 pm »

They propably send headers with every page.

I will do that too, but it is not going to change anything.
I remember there was some setting needed inside apache...
Code:
AddCharset ISO-8859-1  .iso8859-1 .latin1
AddCharset ISO-8859-2  .iso8859-2 .latin2 .cen
AddCharset ISO-8859-3  .iso8859-3 .latin3
AddCharset ISO-8859-4  .iso8859-4 .latin4
AddCharset ISO-8859-5  .iso8859-5 .latin5 .cyr .iso-ru
AddCharset ISO-8859-6  .iso8859-6 .latin6 .arb
AddCharset ISO-8859-7  .iso8859-7 .latin7 .grk
AddCharset ISO-8859-8  .iso8859-8 .latin8 .heb
AddCharset ISO-8859-9  .iso8859-9 .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5        .Big5       .big5
# For russian, more than one charset is used (depends on client, mostly):
AddCharset WINDOWS-1251 .cp-1251   .win-1251
AddCharset CP866       .cp866
AddCharset KOI8-r      .koi8-r .koi8-ru
AddCharset KOI8-ru     .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8       .utf8

# The set below does not map to a specific (iso) standard
# but works on a fairly wide range of browsers. Note that
# capitalization actually matters (it should not, but it
# does for some browsers).
#
# See http://www.iana.org/assignments/character-sets
# for a list of sorts. But browsers support few.
#
AddCharset GB2312      .gb2312 .gb
AddCharset utf-7       .utf7
AddCharset utf-8       .utf8
AddCharset big5        .big5 .b5
AddCharset EUC-TW      .euc-tw
AddCharset EUC-JP      .euc-jp
AddCharset EUC-KR      .euc-kr
AddCharset shift_jis   .sjis

do you have al this charsets in your apache config?

I remember that I have big trouble with sending forms  (right encoded) to the server until these setting are right. (but of course you don't need this here its an english board) Wink

I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #14 on: May 16, 2006, 12:46:53 pm »

Yeah you are right. This is not neccessery here.

I have seted those, actually apache 2 has an include file with those, so it is not a problem to use them now(I mean it is easier than with Apache 1.3).

Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=2514
Tags : forums simple machines forum apache meta browsers Bookmark this thread : Digg Del.icio.us Dzone more....

Pages: [1] Print 
Webdigity Webmaster Forums  >  WebDigity Community  >  HumanWorks network news & feedback
Topic: special characters on this forum
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 28, 2012, 11:10:17 am





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!






Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2012 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.