Giter VIP home page Giter VIP logo

Comments (8)

ankushsachdeva avatar ankushsachdeva commented on September 7, 2024

This is not an expected behaviour. Could you share you code snippet

from emojicon.

Amritpal33 avatar Amritpal33 commented on September 7, 2024

Hi ankush,
I am facing a similar issue. instead of getting any unicode from _emojiconEditText.getText().toString();

i am getting "������" value. kindly suggest what could be the issue..

from emojicon.

ankushsachdeva avatar ankushsachdeva commented on September 7, 2024

If the software you are using to view the text does not support the complete UTF8 encoding, you'll see these question marks.
Try to print the text on a modern browser

from emojicon.

Amritpal33 avatar Amritpal33 commented on September 7, 2024

Hi Ankush,
I am using Android studio and i found this text while debugging. Also when i try to send the text obtained from edit text to server it gives me parse error as it receives the same.
do i need to change some encoding settings in Studio..?

is there a method to get the unicode against each emoji to be sent over the network.

from emojicon.

mikilkumar avatar mikilkumar commented on September 7, 2024

I managed to get it working by encoding characters to utf-8. now im encountered with another problem.
When using build tools 21.1.2 and compiling on api level 21, the emoji popup doesn't appear.clicking on the emoji icon just opens the keyboard. Please help

from emojicon.

Amritpal33 avatar Amritpal33 commented on September 7, 2024

Hi Miki,

 Can you post some code how you have encoded chars to utf-8 as i have tried every thing but failed.

Thanks.

from emojicon.

mikilkumar avatar mikilkumar commented on September 7, 2024

Set this when sending data to webservice.
httpPost.setEntity(new UrlEncodedFormEntity(params, "UTF-8"));

And also set encoding on php script.
ini_set('default_charset', 'UTF-8');

from emojicon.

MustanserIqbal93 avatar MustanserIqbal93 commented on September 7, 2024

Hi @mikilkumar can you share code for sending request to server. because i tried UTF-8 encoding but it is not work. Thanks

from emojicon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.