Search found 19 matches

by martib
Sat Feb 26, 2011 10:09 am
Forum: General
Topic: UTF-8 document brings ANSI error
Replies: 14
Views: 6847

Haven't found something adiquate for UTF-8.
Most of them cannot handle huge files. I tried jEdit.

Do you have a recommandation?
by martib
Wed Feb 23, 2011 12:36 am
Forum: General
Topic: UTF-8 document brings ANSI error
Replies: 14
Views: 6847

UTF-8 document brings ANSI error

In Textpad 5.4.2 I select a document to open and choose Encoding UTF-8 but Textpad brings the error message "WARNING: "TEST.txt" contains characters that do not exist in code page 1252 (ANSI - Latin I). They will be converted to the system default character, if you click OK." I set UFT-8 as default ...
by martib
Mon Feb 19, 2007 5:15 pm
Forum: General
Topic: how to work backwards?
Replies: 1
Views: 419

how to work backwards?

hi,

i have different lines like

here and there some text 4598
45 eref ereo and more more

i want to replace the last space with |
so the output should be

here and there some text|4598
45 eref ereo and more|more

(and later maybe the second last space)
by martib
Wed Jan 31, 2007 12:19 am
Forum: WildEdit
Topic: DELETE EVERYTHING BUT
Replies: 6
Views: 1745

thanks for all the help,

but even with the correct options nothing was deleted.

^(?!a href).*\n
^(?!a ).*\n
^(?!href).*\n

none of them worked
by martib
Sun Jan 28, 2007 8:45 pm
Forum: WildEdit
Topic: DELETE EVERYTHING BUT
Replies: 6
Views: 1745

DELETE EVERYTHING BUT

Hallo,

I have a huge file and i want to delete all lines which
do not start with: a href="http://www.

Any idea how to do that?
by martib
Fri Sep 22, 2006 4:44 pm
Forum: General
Topic: ANSI and UTF-8
Replies: 4
Views: 891

right, i was playing with wildedit and found it worked.

just wanted to double chekc with the forum
by martib
Fri Sep 22, 2006 4:34 pm
Forum: WildEdit
Topic: DELETE TILL and DELETYE FROM
Replies: 7
Views: 1817

thanks!

yeah, it really gets time to read and search more here.
by martib
Fri Sep 22, 2006 3:48 pm
Forum: WildEdit
Topic: DELETE TILL and DELETYE FROM
Replies: 7
Views: 1817

now it is :
<start>every7847.,.thing what5449-*is here has to go<untilhere>

afterwards should be like this:
<start><untilhere>
by martib
Fri Sep 22, 2006 2:14 pm
Forum: WildEdit
Topic: DELETE TILL and DELETYE FROM
Replies: 7
Views: 1817

how do i do for just deleting from the line beginning to a specific sign, like:

<start>every7847.,.thing what5449-*is here has to go<untilhere>
by martib
Fri Sep 22, 2006 2:07 pm
Forum: General
Topic: ANSI and UTF-8
Replies: 4
Views: 891

can i use wildedit however to edit just html format without the unicode characters are changed?
by martib
Fri Sep 22, 2006 12:03 am
Forum: General
Topic: ANSI and UTF-8
Replies: 4
Views: 891

ANSI and UTF-8

hi, i want my files to be open in UTF-8 so i changed this in the Preferences Tab. and additionally when i open a file i tell it to encode in UTF-8 but every time i get the message that signs are missing in the ANSI Latin1 page and will be replaced with the system standard. what is the problem and ...
by martib
Fri Sep 15, 2006 10:40 pm
Forum: General
Topic: sorting addresses
Replies: 1
Views: 505

sorting addresses

hi, i want to sort addresses and split them. a line looks like: Acmelake Road 104 80741 Funkytown Now I want to split before and after the Zip Code which is always 5 digits. So the result should be: Acmelake Road 104|80741|Funkytown Thanks, Marti How to do it with Zip Codes like Acmelake Road 104 ...
by martib
Fri Sep 15, 2006 10:25 pm
Forum: WildEdit
Topic: SORT ADDRESSES
Replies: 5
Views: 1575

hi steve,

no. does not work, as it replaced the zip codes.
how can i keep the 5 digits?


i want to pipe-separate the lines to use as ascii database.
by martib
Wed Sep 13, 2006 12:42 pm
Forum: WildEdit
Topic: SORT ADDRESSES
Replies: 5
Views: 1575

SORT ADDRESSES

hi,

i want to sort addresses and split them. a line looks like:

Acmelake Road 104 80741 Funkytown

Now I want to split before and after the Zip Code which is always 5 digits.
So the result should be:

Acmelake Road 104|80741|Funkytown

Thanks,
Marti
by martib
Mon Aug 28, 2006 9:23 am
Forum: WildEdit
Topic: Macros in WildEdit?
Replies: 0
Views: 1010

Macros in WildEdit?

Can I or how can I run macros in WildEdit?
Can I run the TextPad macros in WildEdit?