MyBB Community Forums

Full Version: overview strange characters instead of é and è
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Image: overview_french.JPG]

if i put a é or è character in the english language file, the effect is the same
this was a firefox screenshot, in explorer it looks more like something chinese...

in the rest of the board all é and è characters display correct, probably an overview problem
can anyone help me?
don't try to edit any plugin's language file,

Try to upload the fresh english language file of Overview Plugin
(2009-04-29, 02:32 PM)ghazal Wrote: [ -> ]don't try to edit any plugin's language file,

Try to upload the fresh english language file of Overview Plugin

The french language file didn't exist so i created it from the english one, i'm pretty sure i'm able to edit textfiles...
Thanks for the try though Smile
Do you make the correct language French file
languages\english\overview.lang.php
<?php
###################################
# Plugin Overview 3.2             #
# (c) 2005-2009 by MyBBoard.de    #
# Website: http://www.mybboard.de #
###################################

$l['overview_overview'] = "Overview";

$l['overview_newest_members'] = "Newest members";
$l['overview_username'] = "Username";
$l['overview_posts'] = "Posts";
$l['overview_top_posters'] = "Top poster";
$l['overview_newest_threads'] = "Newest threads";
$l['overview_topic'] = "Thread";
$l['overview_author'] = "Author";
$l['overview_replies'] = "Replies";
$l['overview_most_replies'] = "Threads with most replies";
$l['overview_favourite_threads'] = "Favourite threads";
$l['overview_views'] = "Views";
$l['overview_newest_posts'] = "Newest posts";
$l['overview_subject'] = "Subject";
$l['overview_newest_polls'] = "Newest polls";
$l['overview_question'] = "Question";
$l['overview_bestrep_members'] = "Best reputated members";
$l['overview_reputation'] = "Reputation";
$l['overview_next_events'] = "Next events";
$l['overview_event'] = "Event";
?>

languages\french\overview.lang.php
<?php
###################################
# Plugin Overview 3.2             #
# (c) 2005-2009 by MyBBoard.de    #
# Website: http://www.mybboard.de #
###################################

$l['overview_overview'] = "Présentation";

$l['overview_newest_members'] = "Nouveaux membres";
$l['overview_username'] = "Nom d'utilisateur";
$l['overview_posts'] = "Messages";
$l['overview_top_posters'] = "Meilleurs posteurs";
$l['overview_newest_threads'] = "Sujets les plus récents";
$l['overview_topic'] = "Sujet";
$l['overview_author'] = "Auteur";
$l['overview_replies'] = "Réponses";
$l['overview_most_replies'] = "Sujets les plus répondus";
$l['overview_favourite_threads'] = "Sujets favoris";
$l['overview_views'] = "Vues";
$l['overview_newest_posts'] = "Messages les plus récents";
$l['overview_subject'] = "Sujet";
$l['overview_newest_polls'] = "Sondages les plus récents";
$l['overview_question'] = "Question";
$l['overview_bestrep_members'] = "Membres les plus réputés";
$l['overview_reputation'] = "Réputation";
$l['overview_next_events'] = "Evénements suivants";
$l['overview_event'] = "Evénement";
?>
oO... First :: Tell that you take the author's permission to edit HIS language file... ??
(2009-04-29, 02:55 PM)ghazal Wrote: [ -> ]oO... First :: Tell that you take the author's permission to edit HIS language file... ??

The plugin is released under GPL - anybody can edit the plugin as they want. Plus, any user is free to upload a translation of the plugin if the author allows it - and there really isn't any other way of creating a language file.
OIC Smile
@Starf, the only thing I can recommend is to make sure your document is saved as UTF. The encoding might be wrong... either that, or the plugin might not be displaying them correctly, and you should contact the author.

A way to check is to open the document in something like Wordpad - if it's saved correctly, Wordpad will display the characters. If not, it will show diamond shaped characters like you see on the webpage.
tnx, will try out tomorrow (@work)
Pages: 1 2