Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9131

request_var doesn't work correctly with umlauts

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Invalid
    • 3.0.7-PL1
    • None
    • Other
    • None
    • PHP Environment: 5.2.13
      Database: Client API version: 5.0.67

    Description

      I wrote a small php download script for my website but there are problems with umlauts (ä, ü, ö). I use the request_var function to fetch the parameters. All works correctly without them but if there is an umlaut

      $file = request_var('file', '');

      returns ''; I tried to enable multibyte but nothing worked. If I use $_GET["file"] instead all is working correctly.

      Attachments

        Activity

          People

            A_Jelly_Doughnut A_Jelly_Doughnut
            MasterCassim MasterCassim [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: