-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否考虑支持抽象话? #28
Comments
👯♂️⚰👯♂️🕴 |
不知道开发者什么想法,反正我认为可能很难 |
还原到拼音就可以了 |
emoji编码不一样解码挺困难的2333 |
GitHub支持短码,其他家都是不完全支持emoji的,输入法和渲染都不一样。。:laughing: |
建议支持计算机视觉,先截图下来然后再比对是什么,完美绕过所有限制,⛽️奥利给。 |
你怕不是想作者原地去世23333 |
其实真的很难做到,因为各家渲染的图片是真他喵的不一样 |
需要考虑编码吗?javascript代码中不是可以直接写emoji吗? let str = "123👩🦱你好";
console.log(substringByByte(str, 4)); // 123
console.log(substringByByte2(str, 6)); // 123
console.log(substringByByte2(str, 10)); // 123👩🦱
console.log(substringByByte2(str, 11)); // 123👩🦱
console.log(substringByByte3(str, 13)); // 123👩🦱你
//代码来源:https://juejin.im/post/5dd5e92c51882578f675abc7 |
我自己写了一段js,简单模拟匹配emoji
输出是 为什么会需要考虑编码呢? |
js可以,但是手机上不同的输入法给出的emoji是不一样的,输入的其实还是unicode,不过是对字符做了渲染,但是并不是都支持的。你对Facebook、twitter或者微信支持也是不一样的。。。 |
我之前用过 |
。。。手机能装插件吗? |
项目依托js,手机是可以的用的,,不过复制粘贴的东西还真的不一样 |
除了拼音之外,可能还有谐音词组。一个例子:
|
是否考虑支持🤡🐘🌸❓
The text was updated successfully, but these errors were encountered: