Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi people here I am facing a problem I am having a emoji code in java


Java
{":x:"                                 ,"\u274C"},
       {":zap:"                               ,"\u26A1"},

       {":+1:"                                ,new String(Character.toChars(0x1F44D))},
       {":-1:"                                ,new String(Character.toChars(0x1F44E))},
       {":100:"                               ,new String(Character.toChars(0x1F4AF))},
       {":1234:"                              ,new String(Character.toChars(0x1F522))},
       {":8ball:"                             ,new String(Character.toChars(0x1F3B1))},
       {":a:"                                 ,new String(Character.toChars(0x1F170))},
       {":ab:"                                ,new String(Character.toChars(0x1F18E))},
       {":abc:"                               ,new String(Character.toChars(0x1F524))},



which I want to convert it to the c# but i searched many pages and I unable to get the result.
Posted
Updated 24-Aug-15 19:20pm
v2
Comments
Patrice T 25-Aug-15 1:23am    
I fear this code is no actual code and does nothing.
It looks like a part of a table.

1 solution

There is no solution to your problem !

Your piece of code is a part of a conversion array, by itself, it does nothing.
There is nothing to convert.

If you don't understand that your code is doing nothing, I kindly suggest to learn theses languages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900