To avoid problems with copying strange data into the html page
the plugin sanitizes (cleans up) the description and keywords data
entered by the user. To allow extra characters required for your 
language needs then modifiy the following line

    $keep_char = "";

Add the extra characters you want to keep e.g.

    $keep_char = "@~#";


This would allow '@' '~' and '#'



