Re: [swift-users] Unicode problem

2016-05-08 Thread Jens Alfke via swift-users
> On May 8, 2016, at 5:27 AM, Nabeel Imtiaz via swift-users > wrote: > > I am having problem with emojis’ rendering. Emojis like \u{F3A4} and \u{F3B5} > print question mark instead. They begin with number “F”. Those are not the correct Unicode values. There should be a

[swift-users] Unicode problem

2016-05-08 Thread Nabeel Imtiaz via swift-users
Hi, I am having problem with emojis’ rendering. Emojis like \u{F3A4} and \u{F3B5} print question mark instead. They begin with number “F”. Whereas the emojis beginning with non-F number render just fine. Is there any way to fix it? I also noticed that if it make \u{F3A4} to \u{1F3A4} instead,