dan

Results 9 comments of dan

Yes, I understand. At the moment you'll have to revert the text manually before allowing the `UITextView` to [copy the selection](https://developer.apple.com/library/content/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/UsingCopy,Cut,andPasteOperations/UsingCopy,Cut,andPasteOperations.html#//apple_ref/doc/uid/TP40009542-CH11-SW22) to `UIPasteboard`. I'll mark this as a feature request,...

I'll need to look into this, what version of Swift are you using?

Flags work fine on my side, using: - Xcode 8.3.3 (8E3004b) - Swift 3.1 - iOS 10.3 Twemoji flags even work without modifications to filenames. Could you tell me step-by-step...

You can test the functionality by using the [example app](https://github.com/xoudini/emojica/tree/master/Example/EmojicaExample) provided in the repo. I've mainly run the project through the `.xcworkspace` so just open the workspace, import the image...

@narvindsingh, could you elaborate slightly? Do you mean that flags are converted but as [regional indicator symbols](https://en.wikipedia.org/wiki/Regional_Indicator_Symbol) and not as complete flags? Or that all characters with modifiers fail to...

> charcode is not generated that why unicode also is not generated What do you mean by that Unicode is not generated? > In that problem is "1f1e8-1f1f3" there is...

Categories as in [these](https://emojipedia.org/categories/)? I think these categories are arbitrary and implementation-specific, so this issue would probably be out-of-scope for the framework. Let me know if I misunderstood the question.

Hm, alright. In that case I feel like it may unfortunately be out-of-scope for the framework. A list of the code points divided into such categories doesn't seem to be...

@Rashesh-Bosamiya Opened a new issue [here](https://github.com/xoudini/emojica/issues/4), please provide some more details and step-by-step instructions how to reproduce.