Bug 138545

Summary: Wrong greek symbol in drop down menu
Product: [Applications] calligraformula Reporter: Leonidas Arvanitis <l.arvanitis>
Component: generalAssignee: Alfredo Beaumont <alfredo.beaumont>
Status: RESOLVED FIXED    
Severity: normal CC: alfredo.beaumont
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Leonidas Arvanitis 2006-12-08 18:33:03 UTC
Version:           1.6.1 (using KDE 3.5.5, Kubuntu (edgy) 4:3.5.5-0ubuntu3)

Under the 'Symbols' combobox the lower case psi (ψ) is used for omega.
There should be two distinct entries there: "ψ psi" and "ω omega".
Comment 1 Alfredo Beaumont 2006-12-13 12:32:01 UTC
SVN commit 613078 by abeaumont:

Fix Greek symbols psi and omega.

BUG: 138545


 M  +2 -1      unicodetable.cc  


--- branches/koffice/1.6/koffice/lib/kformula/unicodetable.cc #613077:613078
@@ -50,7 +50,8 @@
     { 0x03D5, "phi" },
     { 0x03C6, "varphi" },
     { 0x03C7, "chi" },
-    { 0x03C8, "omega" },
+    { 0x03C8, "psi" },
+    { 0x03C9, "omega" },
     { 0x0393, "Gamma" },
     { 0x0394, "Delta" },
     { 0x0398, "Theta" },