Changes between Initial Version and Version 2 of Ticket #472


Ignore:
Timestamp:
Nov 14, 2007, 12:17:17 PM (17 years ago)
Author:
Nicolas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #472

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #472 – Description

    initial v2  
    11The Charset is not exported correctly anymore, like it is set in the translation file for each language.
    2 
     2{{{
    33Util.inc:117 (revision 14119 - current)
    44header("Content-type: text/html; charset=".tra(CHARSET));
     
    77or
    88header("Content-type: text/html; charset=".tr(CHARSET)); //to take the CHARSET token
    9 
     9}}}
    1010To 'reproduce' the bug, you can check the used charset for example in Firefox with 'Right Click -> View Page Info". Without the fix it should just use the default charset for your browser.