0

Not sure how to put an emoji into a string into Lokalise so that both mobile platforms can use it natively

Inliner
  • 1,061
  • 7
  • 10

1 Answers1

0

it might take you some time to find this info, but it seems to me that Lokalise at this moment is using utf-16 encodings.

So to put an emoji into string use this notation:

"/uD83D/uDE01"

You are welcome to suggest some best practices and correct me

Inliner
  • 1,061
  • 7
  • 10