Search the web
Sign In
New User? Sign Up
power-pro · Free discussion list for PowerPro users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 30066 - 30095 of 36658   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30066
Hi group, I fogot about this UTF business while waiting for your input... well, we certainly aren't going to get any more of that unless I release something so...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 1, 2006
10:10 am
30067
Bruce, I added that to the last beta release of the plugin. Can you tell me if that's what you wanted? http://homepage.hispeed-sr.ch/julp/regex1.5_unicode.zip ...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 1, 2006
11:18 am
30068
... well, we ... UNTESTED ... know ... Thanks for the UTF-8 support. I did a few quick tests, it worked great so far. It's far from exhaustive, but looks like...
swzoh
Offline Send Email
Dec 1, 2006
1:47 pm
30069
To rebuild PCRE with UTF8 support, I had to read a bit of the doc (not much mind you) and I spotted some interesting options... I thought the stuff regarding...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 1, 2006
2:26 pm
30070
... if ... Looks good, thanks. Are you happy that this is the best version now to include with the powerpro distribution?...
brucexs
Offline Send Email
Dec 1, 2006
2:41 pm
30071
... the window, it seems that that it's only tracking one active window for all desktops. PowerPro definitely tries to track and restore foreground window by ...
brucexs
Offline Send Email
Dec 1, 2006
3:09 pm
30072
... The advantage to having pcre recognize CRLFs as newlines would be in the usefulness of dot and dollar shortcut patterns. When not using the "(?s)" option,...
Sheri
silvermoonwo...
Offline Send Email
Dec 1, 2006
5:45 pm
30073
What an amazing super-hero you are Bruce Aubrey ... b> I don't think current win.dll has services for b> this. But they are easy b> to add. I uploaded a...
TheThieves
zippy664uk
Offline Send Email
Dec 1, 2006
8:42 pm
30074
... No. As I said, there are still some issues to work out but that shouldn't be a problem and I should be able to deliver what I would consider as a proper...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 2, 2006
12:22 pm
30075
Here's a PCRE build which treats CRLF as newline by default: http://homepage.hispeed-sr.ch/julp/pcre_CRLF.zip You need to rename it to whatever your plugin is...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 2, 2006
12:26 pm
30076
... Personally, I'm rather against using CRLF as newline, at least with the current implementation in PCRE. dot only excludes CRLF, not CR, LF, or even LFCR....
swzoh
Offline Send Email
Dec 2, 2006
2:16 pm
30077
Hello Group. Still-a-newbie here. I've asked before but still confused. I'm trying to attach a specific date format to a key set, i.e. macro. Specifically, I'd...
Jan Rifkinson
janrif
Offline Send Email
Dec 2, 2006
2:35 pm
30078
dot is not working as I expected, but ^ and $ are improved provided the multiline option is specified (?m) ... Using the previously posted utf8 version the...
Sheri
silvermoonwo...
Offline Send Email
Dec 2, 2006
3:55 pm
30079
... I'm also rather against it even if implemented properly... but I also believe in freedom all that good stuff so I was planning to provide both builds and...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 2, 2006
4:03 pm
30080
... Only one version gets distributed with PowerPro. I don't see a downside to it being the CRLF version. Both versions work with lookaheads and lookbehinds in...
Sheri
silvermoonwo...
Offline Send Email
Dec 2, 2006
5:33 pm
30081
... What gets distributed with PowerPro is up to Bruce. You seem to like the CRLF version so I'll provide it in the future but I plan to keep on providing the...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 2, 2006
6:03 pm
30082
... But at least "\r|test|" is the "correct" (and therefore expected) result, right? ... That's right... and unfortunately using other regex features as fancy ...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 2, 2006
6:09 pm
30083
... Please post an example so I can understand what is meant by "won't process" and "standard text file". ... I just need to see an example that demonstrates...
Sheri
silvermoonwo...
Offline Send Email
Dec 2, 2006
8:25 pm
30084
Ok Bruce your gonna laugh at me but I figure I need to embarrass myself since you've been trying to help. I had an option selected in my VDesktop settings. ...
John Polansky
tambu_bob
Online Now Send Email
Dec 2, 2006
11:40 pm
30085
... As the example contains only ascii characters, UTF-8 didn't make a difference in this case. BTW, UTF-8 worked fine with this build too. Sean...
swzoh
Offline Send Email
Dec 2, 2006
11:50 pm
30086
... There was an example of this in the past: http://tech.groups.yahoo.com/group/power-pro/message/27613 Sean...
swzoh
Offline Send Email
Dec 2, 2006
11:51 pm
30087
... Standard text files use \n and not \r\n. This is why standard regex uses \n as newline. Using something else will break the processing of files that use \n...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 3, 2006
7:10 am
30088
... What I meant is that UTF-8 characters might create the same problem we've identified with CRLF. Let's assume x is a multi-char UTF-8 character. What...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 3, 2006
7:20 am
30089
... UTF-8 has definite rules about the bytes which can distinguish clearly among single-byte ascii characters, lead/first bytes for 2/3/4(/5/6)-byte...
swzoh
Offline Send Email
Dec 3, 2006
11:19 am
30090
... Sorry I sent you the wrong pseudo-expression... it's more specific cases that are problematic actually: stuff like ([^x]+|) It seems it simply stops...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 3, 2006
12:18 pm
30091
... I think you can use, like the one below: [^\x01-\x{10FFFF}] ... Is this what you had in mind? local szRes=regex.umg(zText;;+ ...
swzoh
Offline Send Email
Dec 3, 2006
1:21 pm
30092
OK, I think this should apply and hopefully Julien could fix it. It would appear the plugin is sending a shortened string for testing multiple matches when it...
Sheri
silvermoonwo...
Offline Send Email
Dec 3, 2006
2:38 pm
30093
... Is a regex really the best way to identify a UTF-8 character and determine its size? I don't know what \x{} does so I can't say if it's realiable but there...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 3, 2006
3:08 pm
30094
This would certainly apply if plugin used the PCRE-specific interface but it uses the generic regex interface which is why it isn't called the pcre plugin. You...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Dec 3, 2006
3:43 pm
30095
2. *Keys Date Format Posted by: "Jan Rifkinson" janrif@... janrif Date: Sat Dec 2, 2006 6:35 am ((PST)) Hello Group. Still-a-newbie here. I've asked...
Jan Rifkinson
janrif
Offline Send Email
Dec 3, 2006
4:17 pm
Messages 30066 - 30095 of 36658   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help