Re: bug 12605

Jean Bréfort <[email protected]> Sun, 21 Apr 2013 07:32:28 +0200
Newsgroups gmane.editors.abiword.devel
Message-ID <1366522348.3831.2.camel@naoned>
As long we allow automatic quotes replacement, we need this feature,
IMHO. May be we can add a check box which, when active would forbid the
replacement in the search string.

Cheers,
Jean

Le dimanche 21 avril 2013 à 05:00 +0100, Abhishek Ravi a écrit :
> Hello,
> 
> I had a look at bug 12605
> (http://bugzilla.abisource.com/show_bug.cgi?id=12605) and tried to fix
> it.
> 
> From the code in src\text\fmt\xp\fv_View_protected.cpp , in the
> _findNext() method-
> 
> UT_UCS4Char cPlainQuote = s_smartQuoteToPlain(currentChar);
> 
> I understand that we are intentionally allowing this to happen
> (considering ['] (#39) and [‘] (#145/U+2018) as the same character).
> 
> Do we leave it as it is, or can I submit a patch to fix the bug as
> listed in bugzilla?
> 
> Cheers,
> Abhishek