Re: [O] Feature request: modify italic regexp list to include non-breaking space and other characters

2011-04-22 Thread Uriel Avalos
On Thu, 21 Apr 2011 00:48:21 +0530 Aankhen wrote: > On Wed, Apr 20, 2011 at 20:34, wrote: > > Sample code: > >  Using /a/’s and /b/’s, write add /x/ + 2. > >           ^         ^                ^ ^ > >       Right single quotation mark    Non-breaking space > > > > Expected HTML export: > >  U

Re: [O] Feature request: modify italic regexp list to include non-breaking space and other characters

2011-04-20 Thread Aankhen
On Wed, Apr 20, 2011 at 20:34, wrote: > Sample code: >  Using /a/’s and /b/’s, write add /x/ + 2. >           ^         ^                ^ ^ >       Right single quotation mark    Non-breaking space > > Expected HTML export: >  Using a’s and b’s, write x + 2. > > Actual HTML export: >  Using /a/’

[O] Feature request: modify italic regexp list to include non-breaking space and other characters

2011-04-20 Thread amscopub-mail
Sample code: Using /a/’s and /b/’s, write add /x/ + 2. ^ ^^ ^ Right single quotation markNon-breaking space Expected HTML export: Using a’s and b’s, write x + 2. Actual HTML export: Using /a/’s and /b/’s, write add /x/ + 2. If it's not clear, t