On Fri, Sep 14, 2012 at 2:07 PM, Kowshik Prakasam wrote:
Is there a way to find the number of bytes in a string without converting it
into a byte array?
Is there a way to find the number of bytes in a string without converting it
into a byte array?
number of Unicode code points.
- Evan
--