Skip to content

Commit 003d02c

Browse files
committed
Make encodings abstract, add native_endian/big_endian methods
1 parent ff2817f commit 003d02c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Encodings.jl

+1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ codeunit{E <: UTF32}(::Type{E}) = UInt32
6666

6767
# size of code unit in bytes
6868
Base.sizeof{E <: Encoding}(::Type{E}) = sizeof(codeunit(E))
69+
6970
#end

0 commit comments

Comments
 (0)