Bug 130513

Summary: missing Czech characters in &#nnn; listing
Product: quanta Reporter: Arthur Marsh <arthur.marsh>
Component: generalAssignee: András Manţia <amantia>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch to add Czech characters

Description Arthur Marsh 2006-07-09 14:29:26 UTC
Version:           3.5.2 (using KDE KDE 3.5.3)
Installed from:    Unlisted Binary Package
OS:                Linux

The lowercase characters with caron and lowercase u with ring above are used by the Czech language but are missing from the list one gets when typing "&#".

This is simply an omission from /usr/share/apps/quanta/chars

--- chars.old   2005-09-10 17:53:13.000000000 +0930
+++ chars       2006-07-09 21:48:55.000000000 +0930
@@ -128,10 +128,19 @@
 ÿ (&#255;) Small y, diaeresis
 Ă (&#258;) Capital A, romanian accent
 ă (&#259;) Small a, romanian accent
+č (&#269;) Small c, caron
+ď (&#271;) Small d, caron
+ě (&#283;) Small e, caron
+ň (&#328;) Small n, caron
+ř (&#345;) Small r, caron
 Ş (&#350;) Capital S, cedilla accent
 ş (&#351;) Small s, cedilla accent
+š (&#353;) Small s, caron
 Ţ (&#354;) Capital T, cedilla accent
 ţ (&#355;) Small t, cedilla accent
+ť (&#357;) Small t, caron
+ů (&#367;) Small u, ring above
+ž (&#382;) Small z, caron
 Ş (&#536;) Capital S, comma accent below
 ş (&#537;) Small s, comma accent below
 Ţ (&#538;) Capital T, comma accent below
Comment 1 Arthur Marsh 2006-07-09 14:37:38 UTC
Created attachment 16930 [details]
patch to add Czech characters

I'm unsure of how to correctly create a patch file. I used diff -Naur
Comment 2 András Manţia 2006-09-01 23:48:01 UTC
SVN commit 579881 by amantia:

Add some more special characters to the list.

BUGS: 130513, 124628

 M  +1 -0      ChangeLog  
 M  +9 -0      data/chars  


--- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #579880:579881
@@ -5,6 +5,7 @@
       - do not allow growing of quantarc until it crashes Quanta [#111049]
       - symlink handling fixes (hopefully won't break anything)
       - fix Save As problems, possibly #131728
+      - add some more special characters to the list [#130513, #124628]
 
 Version 3.5.4 (Release date: 02-08-2006; Started 24-06-2005):
  - bugfixes:
--- branches/KDE/3.5/kdewebdev/quanta/data/chars #579880:579881
@@ -128,10 +128,19 @@
 ÿ (&#255;) Small y, diaeresis
 Ă (&#258;) Capital A, romanian accent
 ă (&#259;) Small a, romanian accent
+č (&#269;) Small c, caron
+ď (&#271;) Small d, caron
+ě (&#283;) Small e, caron
+ň (&#328;) Small n, caron
+ř (&#345;) Small r, caron
 Ş (&#350;) Capital S, cedilla accent
 ş (&#351;) Small s, cedilla accent
+š (&#353;) Small s, caron
 Ţ (&#354;) Capital T, cedilla accent
 ţ (&#355;) Small t, cedilla accent
+ť (&#357;) Small t, caron
+ů (&#367;) Small u, ring above
+ž (&#382;) Small z, caron
 Ş (&#536;) Capital S, comma accent below
 ş (&#537;) Small s, comma accent below
 Ţ (&#538;) Capital T, comma accent below