Changes between Initial Version and Version 2 of Ticket #472
- Timestamp:
- Nov 14, 2007, 12:17:17 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #472
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #472 – Description
initial v2 1 1 The Charset is not exported correctly anymore, like it is set in the translation file for each language. 2 2 {{{ 3 3 Util.inc:117 (revision 14119 - current) 4 4 header("Content-type: text/html; charset=".tra(CHARSET)); … … 7 7 or 8 8 header("Content-type: text/html; charset=".tr(CHARSET)); //to take the CHARSET token 9 9 }}} 10 10 To '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.