https://bugzilla.wikimedia.org/show_bug.cgi?id=31300

       Web browser: ---
             Bug #: 31300
           Summary: JavaFFS and SimpleFFS should handle escaped delimiters
                    in message keys
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Translate
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Roans words:
The file format used in SimpleFFS doesn't seem to account for the fact that =
is a valid character in message keys, and it seems that if I were to create
MediaWiki:Foo=bar and put 'baz' in it (which works, I tried on my localhost),
the writer would write something like foo=bar=baz and the reader would read
that as array( 'foo', 'baz=bar' ). Of course, this is ambiguous: if I create
MediaWiki:Foo and put 'bar=baz' in it, the writer would also write foo=bar=baz.
It looks like JavaFFS has the same problem.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to