Replace UTF-8 characters with shell perl – unix.stackexchange.com 09:01 Posted by Unknown No Comments How do I get perl to properly replace UTF-8 character from a shell? This is what I expect: $ echo ABCæøåDEF | perl -CS -pe "s/([æøå])/[\\1]/g" ABC[æ][ø][å]DEF This is what I get: $ echo ABCæøåDEF ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitHow to say "From this date to X"? – german.stackexchange.comWhat is the clearest way to notate this rhythm? – music.stackexchange.comHow did the Endeavour rescue SG-1? – scifi.stackexchange.comEarly Forth for personal computers – retrocomputing.stackexchange.comWhen to shift gears on a hybrid bike? – bicycles.stackexchange.comDetermine if these functions are injective – math.stackexchange.com
0 Comment to "Replace UTF-8 characters with shell perl – unix.stackexchange.com"
Post a Comment