Scribus Forums

Scribus => Text and Typography => Topic started by: Ribus on September 23, 2018, 01:47:23 PM

Title: How introduce UNICODE caracter in Search and Replace internal editor
Post by: Ribus on September 23, 2018, 01:47:23 PM
Hello I am new on this Scribus Forum.
I make a 200 pages review for 4 years now with Scribus.
Thanks to everybody for this nice tool. :-*
=============
I am looking for replacing Two CRLF by One CRLF in internal editor, or only LF, I am not sure to understand eveything.

In the sla file view with Notepad++ I can replace all the text, two lines by one but I still find two LF.

                                                                                 LF
           <para PARENT="Default Paragraph Style"/>  LF
            <para PARENT="Default Paragraph Style"/>
           
I tried a script with :
   ("u'\u000f'+u'\u000a'+u'\u000f'+u'\u000a',u'\u000f'+u'\u000a')

Nothing happened.
Thanks,
Richard
Title: Re: How introduce UNICODE caracter in Search and Replace internal editor
Post by: dragonfly on September 23, 2018, 08:08:02 PM
It might help responders to your posts if you clarify:
(a) Windows, Linux or Mac?
(b) Scribus 1.4.x or 1.5.x?

You can always search your .sla file using external regex tool
instead of internal editor.
Title: Re: How introduce UNICODE caracter in Search and Replace internal editor
Post by: Ribus on September 29, 2020, 10:45:50 AM
Hello,

I work in Windows 7 with SCRIBUS 1.5.0svn.

Thanks,
Richard