Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
7k views

How to insert emoticons in LaTeX?

I know it's a long shot, but is there some package or means to insert emoticons into a LaTeX document?
7
votes
3answers
1k views

Replace a list of emoticons with their images

I have an array with: emoticons = { ':-)' : 'smile1.gif', ':)' : 'smile2.gif', ':D' : 'smile3.gif' } then i have a variabile with the text. var text = 'this is a simple test :)'; ...
5
votes
1answer
1k views

Copying emoticon “text” from a richtextbox showing image in wpf

I am looking for a good, clean way to enable copying of text from a richtextbox displaying emoticons. Think of skype, where you can select a chat and it will copy the emoticon images and convert them ...
4
votes
1answer
681 views

Blackberry: Emoticons in Chat Application

I want to make a chat application where the emoticons are necessary. I was trying to write my own TextBox to handle some unicode caracters and replace them with smiles and emoticons, but that was a ...
4
votes
3answers
18k views

Emoji (Emoticons) on Blackberry and Android App. How to support?

I wonder how whatsapp gives support for that. I could use emojis on iPhone because it is natively supported. I'm not developing for bb neither android but I need to help a coder with this stuff. The ...
4
votes
8answers
622 views

What emoticons can you put into class names in your language?

I've just had a "discussion" with a developer about naming classes in C#. My final throw away line was, "Let's not put any emoticons in our class names." I can't think of a way you could put ...
3
votes
2answers
159 views

Find and delete text, then insert an image with jquery or javascript

im trying to replace text with an image using jquery or javascript. for example <div id="log"> <p>this is a :) happy face</p> <p>this is a :( sad face</p> <p>these ...
3
votes
2answers
3k views

displaying emoticons in android

My IM app has to support emoticons. They are gif-s, and have textual representations, which are used in the input box if the user selects one of them. But I'd like to display them as images after they ...
3
votes
3answers
519 views

What's the right way to display emoticons?

In your own application that is. [edit] Alright, so I agree completely -- more than you know -- without equivocation that graphical emoticons are an abomination. But! That doesn't help me when the ...
2
votes
2answers
71 views

Suggestion required for jQuery emoticons plugins

What are the good jQuery emoticons plugins which can be used for creating a mobile sms like interface on a webpage
2
votes
2answers
71 views

Emoticons in EditText

I'm trying to implement an activity with an EditText that replaces some keywords with emoticons (my code is at the end). The code works perfect except by one detail. If I type in the EditText ".sa." ...
2
votes
4answers
443 views

Inserting smilies into div with jQuery

I'm working on some small chat application. I want to implement smilies over there so when i click on some smiley it will appear in textarea where user enters his message and when user clicks on ...
2
votes
1answer
260 views

Split a string into a list, leaving accented chars and emoticons but removing punctuation

If i have the string: "O João foi almoçar :) ." how do i best split it into a list of words in python like so: ['O','João', 'foi', 'almoçar', ':)'] ? Thanks :) Sofia
2
votes
1answer
152 views

Filtering out emoticons using sed

I have a grep expression using cygwin grep on Win. grep -a "\\,,/\|\\m/\|\\m/\\>\.</\\m/\|:u" all_fbs.txt > rockon_fbs.txt Once I identify the emoticon class, however, I want to strip them ...
2
votes
4answers
3k views

Standard Set Smilies/Smileys/Emoticons

I am wondering if there are a set of standard emoticons which I can use with a set of opensource icons also. As a table e.g. :) -> smile.gif etc. Thank you for your time.
2
votes
1answer
709 views

Is there any escaping for skype emoticons? [closed]

I'm getting frustrated with skype "emo-formatting" my code/commands that I want to tell others about. Is there a way that I can get skype to not convert my text to emoticons? e.g. so the person at ...
1
vote
4answers
79 views

Replace emoticon with word in tweet using regex c#

Basically the idea is to map the emoticons in the string to actual words. say for :) you replace it with happy. A more clear example would be. Original: Today is a sunny day :). But tomorrow it is ...
1
vote
1answer
266 views

How to add emoticons on facebook wall and comments

I wonder what tricks this page use to post emoticons https://www.facebook.com/Animated.Pictures I check the json data, it contains: "message": "Quote of The Day :\r\n\r\n\udbba\udf4a Love isn't ...
1
vote
2answers
148 views

Regex matching list of emoticons of various type

I need to create a faunctionality, that will allow me to parse a text looking for a match for emoticon string in different format. It can be either a :) type emoticon, or a &lt;dog&gt; ...
1
vote
0answers
193 views

Emoticons insertion in input method Editor (IME?)

How can I insert emoji/smiley/emoticons in an input method editor (in soft keyboard) ? which method should I use for that purpose? To create a True type font ? (I think that the font comes in one ...
1
vote
1answer
193 views

Emoji/International Keyboard

I would like to create my own emoticon keyboard in iOS 5. Would this replace the now standard emoji keyboard? In my search for answers, i havent found much on how to create/install the keyboard. From ...
1
vote
2answers
515 views

Android EditText Dynamicaly changing text to Emoticons

how can i change Dynamically the text written in the edit to an Emoticon... Ex: "nice to meet you :) " = Dynamic Result "nice to meet you [pic]smiley[pic]": Editest.addTextChangedListener(new ...
1
vote
1answer
347 views

How to enable emoticons for iphone message in xcode?

I have made the code of the application which can do Text messages... Now I want to use emoticons in that messages.. is it possible?? allowed by apple?? any example?? docs...info...blog..tutorial ...
1
vote
2answers
643 views

how to add emoticons(smileys) into WPF richtext box

I have a WPF IM chat window with a input textbox and a output richtext box. I want to render input text on the richtext box. When user enter a smiley symbol like :) into the text block with some ...
1
vote
1answer
587 views

iphone app emoticons

I have made an iphone application that allows users to send text messages for free to any mobile. I want to allow users to add emoticons into their message from standard set provided by me. What might ...
1
vote
1answer
400 views

Emoticons in a push-notification alert

How do I put emoticons into a push-notification alert? An example would be Ping!
0
votes
1answer
1k views

Add animated GIF to email/sms/whatsapp

I was wondering how to get to add some custom designed animated GIF emoticons to native applications in android like SMS/EMAIL and to other applications like Whatsapp? I know how to display an ...
0
votes
2answers
713 views

Blackberry - Smileys in text field

I'm looking for a way to insert emoticons/smileys/any bitmap in a text field (LabelField, EditField, whatever). From what I've researched so far, there is no direct way to do this, so I'm stuck with ...
0
votes
2answers
841 views

How to add my own image with message like emoticons

okay... I have asked this question about this but there is a new thing that i want to ask.. like emoticons I want to add my own image with the iphone message ... I am thankful if anybody can give ...
0
votes
0answers
189 views

Add built in emoticons to textfields programatically

I want to use the iPhone built in Emoticons... but I need to add them programatically to preload my app with some user content and icons... Anyone? Thanks!
0
votes
1answer
404 views

BlackBerry - How can i show a Label with emoticons?

I need to show a Label with emoticons included already in the blackbery interface, with flags, etc.
-3
votes
2answers
285 views

Looking for a JavaScript WYSIWYG editor

I'm looking for a light-weight WYSIWYG JavaScript editor I can put on my website that supports emoticons.