Skip to content

Commit 259435a

Browse files
committed
Add missing julia``` annotation to README.md
1 parent 750d7dc commit 259435a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ julia> open(readcsv, path, enc"UTF-16")
129129

130130
## Advanced Usage: `StringEncoder` and `StringDecoder`
131131
The convenience functions presented above are based on the `StringEncoder` and `StringDecoder` types, which wrap I/O streams and offer on the fly character encoding conversion facilities. They can be used directly if you need to work with encoded text on an already existing I/O stream. This can be illustrated using an `IOBuffer`:
132-
```
132+
```julia
133133
julia> b = IOBuffer();
134134

135135
julia> s = StringEncoder(b, "UTF-16");

0 commit comments

Comments
 (0)