2 lines
71 B
FSharp
2 lines
71 B
FSharp
open System.Text
|
|
let byte_length str = Encoding.UTF8.GetByteCount(str)
|
open System.Text
|
|
let byte_length str = Encoding.UTF8.GetByteCount(str)
|