PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » File_Gettext » Bug #3044

duplicate addslash

Details

Submitted2004-12-28 16:52 UTC
Fromsergey at pushok dot com
Assignedmike
StatusClosed
PackageFile_Gettext
PHP Version4.3.8
OSany
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 '\"'