-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
emoji 代码需要在底层里过滤处理 #350
Comments
same crash issue when i displaying emoji in a crash log: |
Please attach the source file of .we witch crash info @oncity @chenzefeng09 |
@zshshr JNI crash when execJS, anything we can do? |
@YorkShen 能不能在 http get 数据后,过滤或替换一下数据?javascript 层,处理不到这个 crash |
@chenzefeng09 Works for me. And I am using this file. There is an improvement in text render mechanism on weex android, checkout android-feature-20160706 branch an give it another try. If it doesn't work for you, upload the .we source file, pls. Thank you. |
…/weex into android-feature-20160607 * 'android-feature-20160607' of https://github.com/alibaba/weex: * [Android] Fix #350, re-commit text refactor and improve the performance. * [android] disable input scroll
怎么解决的?确实,如果好友表情,就会出现这个错误。 |
@LiushuiXiaoxia 这是Android 6.0以下,系统NDK的一个bug。在6.0以下,NDK只能处理Modified UTF-8,如果处理了非BMP字符,就会导致crash。emoji属于SMP字符,所以会触发上述问题。 |
这个问题由于长期没有讨论,所以做关闭处理 |
JSON 含有 emoji 代码,会引起 utf8 crash ,希望能处理这个严重问题
The text was updated successfully, but these errors were encountered: