We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2817f commit 003d02cCopy full SHA for 003d02c
src/Encodings.jl
@@ -66,4 +66,5 @@ codeunit{E <: UTF32}(::Type{E}) = UInt32
66
67
# size of code unit in bytes
68
Base.sizeof{E <: Encoding}(::Type{E}) = sizeof(codeunit(E))
69
+
70
#end
0 commit comments