maoiscat / mpv-osc-modern

Another mpv osc script
GNU Lesser General Public License v2.1
333 stars 66 forks source link

How do you convert the icons in the file #37

Closed Qiyue0726 closed 1 year ago

Qiyue0726 commented 1 year ago

The file opens with something like play = '\239\142\170', I opened the file using vs code, how do I know its original icon?

maoiscat commented 1 year ago

you know texts start with '\' are escape characters, which are used since cant type it directly.

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2023年01月25日 23:08 | | 收件人 | @.> | | 抄送至 | @.***> | | 主题 | [maoiscat/mpv-osc-modern] How do you convert the icons in the file (Issue #37) |

The file opens with something like play = '\239\142\170', I opened the file using vs code, how do I know its original icon?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

maoiscat commented 1 year ago

to see the icon character, check it in the font file

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2023年01月25日 23:08 | | 收件人 | @.> | | 抄送至 | @.***> | | 主题 | [maoiscat/mpv-osc-modern] How do you convert the icons in the file (Issue #37) |

The file opens with something like play = '\239\142\170', I opened the file using vs code, how do I know its original icon?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Qiyue0726 commented 1 year ago

I got, thanks