OrientDB-NET.binary icon indicating copy to clipboard operation
OrientDB-NET.binary copied to clipboard

Saving Emoji not working

Open DarrenARBell opened this issue 8 years ago • 2 comments

Hi I'm trying to save text that contains items such as emoji's, e.g. 👉. I can save the same text directly in the management UI. So I don't think that it is a database configuration issue, its currently set to UTF8 which is correct AFAIK. I believe that the issue is around the area where the string is serialized to binary for transport across the wire. I see a similar old issue https://github.com/orientechnologies/orientdb/issues/2636 and wonder if its somehow related. Thanks In Advance Darren

DarrenARBell avatar Apr 05 '16 00:04 DarrenARBell

@DarrenARBell Would you include a sample of the code you are using and the insert statement?

GrayDelacluyse avatar Jul 05 '16 12:07 GrayDelacluyse

I'm selecting a string where a emoji is present, i tried 2 different methods but both times the 🎉 emoji will translate in ����.

But in the orient studio the emoji is presented as the 🎉 emoji, but the problem is in the translation to .net

afbeelding

afbeelding

EvertKors avatar Jul 25 '17 09:07 EvertKors