bug 12605

Abhishek Ravi <[email protected]> Sun, 21 Apr 2013 05:00:49 +0100
Newsgroups gmane.editors.abiword.devel
Message-ID <CAP5V1aVTf2+mwr=zxK5M1c7WX7ZsTXDhjsjfRducT3HT96+xcQ@mail.gmail.com>
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