Bug 966722

Summary: Include a UTF-8 safe escaping function
Product: [Fedora] Fedora Reporter: Igor Gnatenko <ignatenko>
Component: glib2Assignee: Matthias Clasen <mclasen>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ignatenko, kalevlember, mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-02 13:45:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 964411    

Description Igor Gnatenko 2013-05-23 18:44:36 UTC
Description of problem:
g_strescape() is useless since it mangles UTF-8. We should
include a less aggressive escaping function.

Version-Release number of selected component (if applicable):
2.38

Actual results:
g_strescape not correctly working with UTF8 strings

Expected results:
Implemented g_utf8_strescape

Additional info:
Of this bug depends encoding problems in empathy.

Work is being done in GNOME BZ, but I need help from other developers.

Comment 1 Kalev Lember 2013-06-02 13:45:39 UTC
Closing the ticket; Empathy has a fix for the escaping issue and the glib new API addition is being tracked upstream.