المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : سؤال بخصوص استخدام الايموجي (الرموز التعبيرية) في الاوتوبلاي


Mahmoud Nabil
15-10-2023, 03:58 PM
عند محاولتي لاستخدام رموز تعبيرية في اوتوبلاي او استدعائها عن طريق input تظهر علي شكل علامة استفهام (؟؟)
او مثلا لدينا txt ونقوم باستدعاء رمز الايموجي داخل المشروع يظهر علي شكل "؟؟"
ما السبب وراء ذلك وكيف يمكن اصلاحة

مارجوم،
16-10-2023, 11:28 AM
Problem comes from the character encoding, Lua 5.1 cannot process Unicode strings


apz > ANSI
emoji > UNICODE


You need to convert the Unicode to ANSI first

Mahmoud Nabil
16-10-2023, 05:54 PM
Problem comes from the character encoding, Lua 5.1 cannot process Unicode strings


apz > ANSI
emoji > UNICODE


You need to convert the Unicode to ANSI first

I won't lie to you, I didn't understand much of what you said
But do you have an example of this or can you explain it more?
I apologize for that

مارجوم،
17-10-2023, 05:14 PM
from AMS Help

https://i.postimg.cc/G3PvbddF/AMSHelp.png


if memory serves me correctly
there was an DLL (free) on the web that did this
and a paid plugin from Ulrich

مارجوم،
28-10-2023, 12:27 AM
alternative "on the fly" method


https://youtu.be/KVNhV8wAS2M