Bug 66437

Summary: Quanta: Ability to change accented chars to &?acute; ones
Product: quanta Reporter: Ben Burton <bab>
Component: generalAssignee: András Manţia <amantia>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ben Burton 2003-10-23 05:22:28 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    Debian testing/unstable Packages

Received through the Debian BTS (#194597).

When in HTML mode, it would be great to be able to replace "
Comment 1 mrudolf 2004-04-18 10:35:44 UTC
Do you want to do it when typing? That may not be a good idea, as user may prefer to use local encoding.

Perhaps it would be useful to do it when using "Paste HTML quoted"?
Comment 2 András Manţia 2004-04-18 10:53:57 UTC
I think the idea was to do it on-the-fly when you are typing. Otherwise 
one might write a small script action to change the accented chars to 
the encoded version. This would be in any case a good idea. So what I'd 
suggest is:
- a script action (or the same implemented in C++ if you want...) doing 
the above
- an option to turn on on-the-fly replacing
- when the option is turned on, Paste HTML Quoted would do the 
on-the-fly replacing. Just verify thatDocument::slotCharactersInserted 
(which I think is the best place to do the replace) if you do the 
replacing is called when you do the pasting.

Andras

Comment 3 Helge Hielscher 2004-04-29 16:37:06 UTC
Sounds like a dup of Bug 23164
Comment 4 András Manţia 2004-05-19 12:42:17 UTC

*** This bug has been marked as a duplicate of 23164 ***