GNOME Bugzilla – Bug 734049
"zenity --text-info" chokes on some UTF-8 string
Last modified: 2014-10-22 09:25:08 UTC
"zenity --text-info" chokes on some UTF-8 string. It was initially found on 3.4.0 and still problematic on 3.12.1. It happens under ja_JP.UTF-8 and en_US.UTF-8. So this is not missing font issue. Also, "good" and "bug" results happened by having some extra line breaks. It looks to me that this problem is triggered by the text string handling which is not UTF-8 safe. I attach simple script examples with their result in a tarball. To get "good" result, you need to install Japanese font. Osamu (reported to Debian long time ago. I should have reported here.)
Hello, Can you provide an example? (I'm not seeing your attachment) Kind regards, Arx Cruz
Created attachment 285645 [details] Shell script and its result examples. Originally repored to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695933
Hello, I make the change in order to text-info manage UTF-8 properly, I ran both case scenarios and both I got the same result (good). Run with zenity master. Feel free to reopen the bug.