Search found 3 matches

by pyr0ball
18 Jun 2015 14:45
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2164958

Re: JREPL.BAT - regex text processor - successor to REPL.BAT

After running, the output file looks exactly the same: ... Any ideas what I may be doing wrong? Are you sure your input file is ASCII (ANSI) and not unicode? Dave Benham Well, I guess that was my issue. Converted to ANSI first and was able to get a proper output file! Now I just have to see if rege...
by pyr0ball
18 Jun 2015 14:41
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2164958

Re: JREPL.BAT - regex text processor - successor to REPL.BAT

dbenham wrote:Are you sure your input file is ASCII (ANSI) and not unicode?


Dave Benham


Notepad++ reports the input file as UCS-2 Little Endian, and the same for the output
by pyr0ball
18 Jun 2015 10:33
Forum: DOS Batch Forum
Topic: JREPL.BAT v8.6 - regex text processor with support for text highlighting and alternate character sets
Replies: 550
Views: 2164958

Re: JREPL.BAT - regex text processor - successor to REPL.BAT

Hey guys, I'm having a very strange issue with JREPL not catching a seemingly simple string. I'm unsure if I'm using improper syntax, or if JREPL has some other issues when editing *.reg files. I'm starting from a pre-made registry file where I've replaced a portion of a registry key with the string...