Good morning,

On 18/12/14 at 4:04 AM +0100, Marek Stepanek <[email protected]> wrote:

There is one question again: I am unable to put the hexcode into a
perl-filter (In BBEdit it is working). Could be somebody be so kind to
help me once again?

I think you want to put following at top of script:

use utf8;

That will specify that your script itself in utf, and it contains utf characters.

Then just paste/enter into the regex the actual character(s) you want to search for.

Otherwise, read the docco on how to specify unicode code points in regex, something like \U{...} (but not that; I know that's wrong). This page may be useful:

http://perldoc.perl.org/perlunicode.html

Charlie

--
   Charlie Garrison  <[email protected]>
   github.com/cngarrison   metacpan.org/author/CNG

O< ascii ribbon campaign - stop html mail
http://www.ietf.org/rfc/rfc1855.txt

--
This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].

Reply via email to