in reply to Re^2: replace some emoticons - search pattern needed
in thread replace some emoticons - search pattern needed
suggests that the hex code for the face is 1f618 and for the taxi is 1f695
(-CSD is the command-line equivalent of use open...)But if I try to replace it with my LaTeX-code, it is not working anymore!Post your code then...
echo "😘 🚕" | perl -CSD -pE 's/\x{1f618}/some_latex_code/'
output:some_latex_code 🚕
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: replace some emoticons - search pattern needed
by marek1703 (Acolyte) on Dec 19, 2014 at 11:03 UTC | |
by Anonymous Monk on Dec 19, 2014 at 11:20 UTC | |
by marek1703 (Acolyte) on Dec 19, 2014 at 11:37 UTC | |
by RonW (Parson) on Dec 19, 2014 at 18:48 UTC |