英文:
Flutter bangla font not supported, getting from apis, showing only symbols of bangla font
问题
抱歉,我无法解析孟加拉语字体,调用 API 获取内容时,其中包含一些孟加拉语内容,但无法显示孟加拉语,显示一些符号。我如何摆脱这些符号?像"৬৭৭৭৯৮৯৯১৯৯২০০২০১৩১৩৪১৪৭৫৭৭৮৮৮৯৯৯৹৮৬৬৭৬৮৭","১৩১২২১৪২ৱ৭৸ৱ৶৶৹৲"等。我尝试过了,但无法摆脱。
英文:
I am not able to parse bangla font , called api for getting content , where some of bangla content, but not getting bangla, showing some symbolse, how i get rid of this ? symbols like "¦®à¦¾à¦²à¦¿à¦à¦¾à¦¨à¦¾à¦§à§à¦¨, যার নিবনà§à¦§à¦¿à¦¤ à¦à¦«à¦¿à¦¸
হাà¦à¦¸: ২৬৪/বি, পশà§à¦à¦¿à¦® মানিà¦à¦¦à§, ঢাà¦à¦¾ à¦à§à¦¯à¦¾à¦¨à§à¦à¦¨à¦®à§à¦¨à§à¦,
ঢাà¦à¦¾-১২০৬ (নিবনà§à¦§à¦¨ নমà§à¦¬à¦°: ১৮৩৬৫৩) ঠà¦à¦¬à¦¸à§à¦¥à¦¿à¦¤à¥¤ à¦à¦®à¦¾à¦¦à§à¦° à¦-à¦à¦®à¦¾à¦°à§à¦¸ পà§à¦°à§à¦à¦¾à¦²à§à¦° à¦à¦¯à¦¼à§à¦¬à¦¸à¦¾à¦"
i tried, but not able to get rid of,
答案1
得分: 1
感谢,使用utf8解码器,就像常规解码json.decode() json.decode(utf8.decode(result.bodyBytes));
解决了这个问题
英文:
Thanks, using the utf8 decoder, like regular decode json.decode()
json.decode(utf8.decode(result.bodyBytes));
solved this problem
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论