如何将java中的表情符号转换为c# [英] How to convert a emoji which is there in java to c#

查看:171
本文介绍了如何将java中的表情符号转换为c#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我正面临一个问题我在java中有表情符号代码





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

{ :+ 1: new 字符串(Character.toChars(0x1F44D))},
{ < span class =code-string>: - 1:, new String ( Character.toChars(0x1F44E))},
{ :100: new 字符串(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))},







我想将它转换为c#,但是我搜索了很多页面而我无法得到结果。

解决方案

否解决方案解决你的问题!



你的代码片段是转换数组的一部分,它本身就什么都不做。

没有什么可以兑换的。



如果你不明白你的代码什么都不做,我建议学习论文语言

Hi people here I am facing a problem I am having a emoji code in 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.

解决方案

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.


这篇关于如何将java中的表情符号转换为c#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆