Comment 6 for bug 944183

Revision history for this message
su_v (suv-lp) wrote : Re: Windows built from trunk ignoring ^U for some characters

On OS X 10.7.2:
Not reproduced with
- Inkscape 0.48+devel r10923
Reproduced with
- Inkscape 0.48+devel r10935, as well as latest r11034

Probably introduced in r10932:
<https://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/10932>

The same revision also changed a format string in 'src/extension/internal/gimpgrad.cpp' which produces these compiler warnings:
  CXX extension/internal/gimpgrad.o
extension/internal/gimpgrad.cpp: In member function 'virtual SPDocument* Inkscape::Extension::Internal::GimpGrad::open(Inkscape::Extension::Input*, const gchar*)':
extension/internal/gimpgrad.cpp:225:71: warning: unknown conversion type character '.' in format [-Wformat]
extension/internal/gimpgrad.cpp:225:71: warning: unknown conversion type character '.' in format [-Wformat]
extension/internal/gimpgrad.cpp:225:71: warning: too many arguments for format [-Wformat-extra-args]

See also launchpad build bot log, e.g. for r11034:
<https://launchpadlibrarian.net/84636368/buildlog_ubuntu-precise-amd64.inkscape_1%3A0.48%2Bdevel%2B10729%2B25~precise1_BUILDING.txt.gz>