Hi, I was just wondering if there was a reason the default value for matching ascii is true in the Android tool kit yet false in the others? Not a huge issue as it can be changed, but I ran into an issue due to this and figured maybe it was unintended.
|
private boolean ascii = true; // convert ascii smileys? =) |
https://github.com/joypixels/emoji-toolkit-ios/blob/dea870df5ca532d8ae8af97762070721205946d0/JoyPixels/JoyPixels/Client.swift#L13
https://github.com/joypixels/emoji-toolkit/blob/386935f8b715f76dd0bcdbc3bee54551a0023064/lib/php/src/Client.php#L11
Hi, I was just wondering if there was a reason the default value for matching ascii is
truein the Android tool kit yetfalsein the others? Not a huge issue as it can be changed, but I ran into an issue due to this and figured maybe it was unintended.emoji-toolkit-android/tools/src/main/java/com/joypixels/tools/Client.java
Line 29 in e2824d1
https://github.com/joypixels/emoji-toolkit-ios/blob/dea870df5ca532d8ae8af97762070721205946d0/JoyPixels/JoyPixels/Client.swift#L13
https://github.com/joypixels/emoji-toolkit/blob/386935f8b715f76dd0bcdbc3bee54551a0023064/lib/php/src/Client.php#L11