Bug 189508 - Won't show FOV when translated
Summary: Won't show FOV when translated
Status: RESOLVED FIXED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Akarsh Simha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 09:10 UTC by David Erosa García
Modified: 2009-07-06 22:07 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Erosa García 2009-04-13 09:10:13 UTC
Version:           1.5.0 (using KDE 4.2.2)
OS:                Linux
Installed from:    Ubuntu Packages

Selecting a FOV when the symbol name has local characters (á é í ó ú) displays no FOV. After eliminating the conflicting character, the behavior is normal.

How to reproduce:

1. Create a new FOV symbol.
2. Name it "Prismáticos 10x50"
3. Enter the FOV (342 in my case)
4. Accept and close dialogs.
5. Try to use the new symbol: No FOV is displayed.

After editing the new created symbol and replacing "Prismáticos 10x50" with "Prismaticos 10x50", the FOV is displayed correctly when selecting it.
Comment 1 Médéric Boquien 2009-04-14 00:51:45 UTC
The bug is also present in trunk r953431.
Comment 2 Alexey Khudiakov 2009-06-07 14:12:16 UTC
SVN commit 978508 by khudyakov:

Fix bug where FOVs with unicode names wasn't displayed.

QTextStream use unicode internally. Already unicode text was
reencoded with UTF8 coded relusting in garbage. 

Should this fix be backported to other braches?

CCBUG: 189508 


 M  +2 -2      kstarsactions.cpp  
 M  +2 -2      kstarsinit.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=978508
Comment 3 Alexey Khudiakov 2009-06-23 18:51:02 UTC
SVN commit 985884 by khudyakov:

Backport fix for bug 189508: "Won't show FOV when translated" to branch 4.2

CCBUG: 189508


 M  +2 -2      kstarsactions.cpp  
 M  +2 -2      kstarsinit.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=985884
Comment 4 Médéric Boquien 2009-07-04 00:33:08 UTC
Alexey, is this bug completely fixed now?
Comment 5 Alexey Khudiakov 2009-07-06 22:04:17 UTC
Yes. It's fixed in trunk and 4.3, 4.2, 4.1 and should be closed. 

It refused to close since I'm not an assignee. And I'm didn't ask Akarsh to close it yet
Comment 6 Médéric Boquien 2009-07-06 22:07:56 UTC
Fixed by Alexey Khudiakov.