Home » File Formats » File_Gettext » Bug #3044
duplicate addslash
Details
| Submitted | 2004-12-28 16:52 UTC |
|---|---|
| From | sergey at pushok dot com |
| Assigned | mike |
| Status | Closed |
| Package | File_Gettext |
| PHP Version | 4.3.8 |
| OS | any |
| Roadmaps | (Not assigned) |
Comments
[2004-12-28 16:52 UTC] sergey at pushok dot com
Description:
------------
When PO file readed, and then after some modifications in string written back to disk the msgid with '"'(quotes) became broken. The substring '\"' replaced to '\\"'. If you load/save this file again you will have '\\\"' instead of '\"'