Read a file character by character/UTF8: Difference between revisions

Content added Content deleted
No edit summary
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 1,372: Line 1,372:
When the channel is only being accessed from Tcl (or via Tcl's C API) it is not normally necessary to adjust this option.
When the channel is only being accessed from Tcl (or via Tcl's C API) it is not normally necessary to adjust this option.


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
<syntaxhighlight lang="vlang">
<syntaxhighlight lang="v (vlang)">
import os
import os