Skip to content

Commit 4dd2f23

Browse files
committed
Remove useless line from README.md
1 parent bbaf4d2 commit 4dd2f23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ julia> readuntil(path, enc"UTF-16", "o")
113113

114114
When performing more complex operations on an encoded text file, it will often be easier to specify the encoding only once when opening it. The resulting I/O stream can then be passed to functions that are unaware of encodings (i.e. that assume UTF-8 text):
115115
```julia
116-
julia> open(path, enc"UTF-16")
117-
118116
julia> io = open(path, enc"UTF-16");
119117

120118
julia> readstring(io)

0 commit comments

Comments
 (0)