Argonath RPG - A World of its own

Argonath RPG Community => Forum and site ideas and information => Topic started by: Daco on April 17, 2011, 11:51:11 am

Title: Allow special characters in forum
Post by: Daco on April 17, 2011, 11:51:11 am
It gives me a database error whenever I type my sexy c or any other foreign character.

Please fix it/add it whatever. :)
Title: Re: Allow special characters in forum
Post by: Skan on April 17, 2011, 11:54:47 am
Supported. Would love to write that sexy c in my language too!
Title: Re: Allow special characters in forum
Post by: JDC on April 17, 2011, 11:59:46 am
Special characters used to be allowed here, but for some reason it was disallowed. Don't know why.
Title: Re: Allow special characters in forum
Post by: Exclusive. on April 17, 2011, 12:02:42 pm
Cee cedille, right?
Title: Re: Allow special characters in forum
Post by: Alaska on April 17, 2011, 03:27:13 pm
Pro for the ideea ( Supported )
Title: Re: Allow special characters in forum
Post by: Patton on April 17, 2011, 06:53:46 pm
The reason is quite simple: those characters belong in the Unicode [# (http://en.wikipedia.org/wiki/Unicode)] encoding, while SMF uses the heavily outdated Latin-1 [# (http://en.wikipedia.org/wiki/ISO-8859-1)] encoding, which is not advised for usage for these particular reasons. Perhaps a slight change in the application code could enable that the pages are served encoded as Unicode rather than Latin-1, something in line of:

Code: [Select]
<?php
    header
("Content-type: text/html; charset=utf-8");
?>

And also setting a proper encoding in the HTML.
Title: Re: Allow special characters in forum
Post by: Daco on April 18, 2011, 09:58:27 pm
So.. Gandalf?
Title: Re: Allow special characters in forum
Post by: Gandalf on April 18, 2011, 10:59:43 pm
Unneeded. Write English.
Title: Re: Allow special characters in forum
Post by: Daco on April 19, 2011, 10:38:05 pm
Unneeded. Write English.

Why was it disabled in the first place?
Title: Re: Allow special characters in forum
Post by: JayL on April 19, 2011, 10:41:05 pm
Sometimes I am writing a big ass text containing names in Portuguese and when I click Reply I realise 80% of my text got lost away because of the special characters thing. :P
Title: Re: Allow special characters in forum
Post by: Patton on April 20, 2011, 06:11:58 am
Why was it disabled in the first place?

It isn't disabled, the SMF is by default impaired in handling Unicode characters.
Title: Re: Allow special characters in forum
Post by: (tr)Ollie on April 20, 2011, 12:40:48 pm
It's annoying because if you type any when writing big ass topics you lose the whole topic.
Title: Re: Allow special characters in forum
Post by: TheRock on April 20, 2011, 11:43:06 pm
No thanks, I don't want to see spaming nicknames all over my monitor with foreign letters.
Title: Re: Allow special characters in forum
Post by: JDC on April 20, 2011, 11:54:40 pm
Most languages that use the latin alphabet can be written without any special characters anyway, although it might confuse some people.
SimplePortal 2.3.7 © 2008-2025, SimplePortal