fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 304: Encode string into UTF-8 bytes
Idiom # 304: Encode string into UTF-8 bytes
See
programming-idioms.org
:
Code
data := s.utf8.as_array
What are effects?
Runnable Example
ex304 is s := "Café" data := s.utf8.as_array say data
What are effects?
last changed: 2024-07-01
next: Idiom # 305: Calculate exponentiation of real numbers