Bug 130513 - missing Czech characters in &#nnn; listing
Summary: missing Czech characters in &#nnn; listing
Status: RESOLVED FIXED
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-09 14:29 UTC by Arthur Marsh
Modified: 2006-09-01 23:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch to add Czech characters (764 bytes, patch)
2006-07-09 14:37 UTC, Arthur Marsh
Details

Note You need to log in before you can comment on or make changes to this bug.
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 @@
 ÿ (ÿ) Small y, diaeresis
 Ă (Ă) Capital A, romanian accent
 ă (ă) Small a, romanian accent
+č (č) Small c, caron
+ď (ď) Small d, caron
+ě (ě) Small e, caron
+ň (ň) Small n, caron
+ř (ř) Small r, caron
 Ş (Ş) Capital S, cedilla accent
 ş (ş) Small s, cedilla accent
+š (š) Small s, caron
 Ţ (Ţ) Capital T, cedilla accent
 ţ (ţ) Small t, cedilla accent
+ť (ť) Small t, caron
+ů (ů) Small u, ring above
+ž (ž) Small z, caron
 Ş (Ș) Capital S, comma accent below
 ş (ș) Small s, comma accent below
 Ţ (Ț) 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 @@
 ÿ (ÿ) Small y, diaeresis
 Ă (Ă) Capital A, romanian accent
 ă (ă) Small a, romanian accent
+č (č) Small c, caron
+ď (ď) Small d, caron
+ě (ě) Small e, caron
+ň (ň) Small n, caron
+ř (ř) Small r, caron
 Ş (Ş) Capital S, cedilla accent
 ş (ş) Small s, cedilla accent
+š (š) Small s, caron
 Ţ (Ţ) Capital T, cedilla accent
 ţ (ţ) Small t, cedilla accent
+ť (ť) Small t, caron
+ů (ů) Small u, ring above
+ž (ž) Small z, caron
 Ş (Ș) Capital S, comma accent below
 ş (ș) Small s, comma accent below
 Ţ (Ț) Capital T, comma accent below