Bug 298994

Summary: Layers loaded from XCF files with unicode names look broken
Product: [Applications] krita Reporter: Oded Arbel <oded>
Component: File formatsAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: halla, i
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Oded Arbel 2012-04-28 19:40:03 UTC
When loading an XCF file with layers named with unicode characters (for example, Hebrew), the layer names in Krita look broken - shows the ASCII characters for each byte in the UTF-8 sequence. For example, the layer named "בדיקה" looks "בדיקה".

When using the Krita native file format for saving and loading images with layers that have unicode names, everything works fine.

Reproducible: Always

Steps to Reproduce:
1. Open GIMP and create a new image, name the layer something which uses multi-byte characters in UTF-8. For example, some Hebrew (you can copy the text from the description above)
2. Save the file as XCF
3. Load the file in Krita
Actual Results:  
The layer name is not shown correctly

Expected Results:  
The layer name should be shown exactly like in the GIMP
Comment 1 Halla Rempt 2012-04-29 10:53:05 UTC
Hi Oded,

Thanks for your report, I can confirm indeed.
Comment 2 Halla Rempt 2012-04-29 10:56:12 UTC
Git commit b3544539fdee99f954fe32c147b8edc241f2857f by Boudewijn Rempt.
Committed on 29/04/2012 at 12:56.
Pushed by rempt into branch 'master'.

layer names in gimp are in utf8

M  +1    -1    krita/plugins/formats/xcf/kis_xcf_import.cpp

http://commits.kde.org/calligra/b3544539fdee99f954fe32c147b8edc241f2857f
Comment 3 Halla Rempt 2012-04-29 10:56:37 UTC
Git commit 64e449ede5b67dc03a3104552dc3cd6ea49adc3f by Boudewijn Rempt.
Committed on 29/04/2012 at 12:56.
Pushed by rempt into branch 'calligra/2.4'.

layer names in gimp are in utf8

M  +1    -1    krita/plugins/formats/xcf/kis_xcf_import.cpp

http://commits.kde.org/calligra/64e449ede5b67dc03a3104552dc3cd6ea49adc3f
Comment 4 Halla Rempt 2012-05-08 09:08:55 UTC
*** Bug 298667 has been marked as a duplicate of this bug. ***