TwilioDevEd / message-segment-calculator

JS-based tool to calculate and display message segmentation data for a given message body
https://twiliodeved.github.io/message-segment-calculator/
MIT License
85 stars 35 forks source link

Add method to return which character(s) require UCS-2 encoding #9

Closed vernig closed 3 years ago

vernig commented 3 years ago

This method can be used to swap characters and keep the number of segments limited.

A possible implementation of this method can be found here: https://github.com/Melusyn/text-message-utils/blob/0eda75e5cf1e9f0d29598a40950f0084fd6efaac/lib/models.js#L309

vernig commented 3 years ago

:tada: This issue has been resolved in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: