2 lines
73 B
PowerShell
2 lines
73 B
PowerShell
$s = "Hëlló Wørłð"
|
|
[System.Text.Encoding]::Unicode.GetByteCount($s)
|
$s = "Hëlló Wørłð"
|
|
[System.Text.Encoding]::Unicode.GetByteCount($s)
|