Skip to content

Commit

Permalink
Switch of Encoding.default for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley committed Jul 9, 2024
1 parent 28536fe commit de2bf29
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ type Encoding
default -> Encoding =
# This factory method is used to publicly expose the `Default` constructor.
# The constructor itself has to be private, because we want to make `Value` constructor private, but all constructors must have the same privacy.
Encoding.Default
# ToDo: This is a workaround for performance issue.
Encoding.utf_8

## PRIVATE
A default encoding that will try to guess the encoding based on some heuristics.
Expand Down

0 comments on commit de2bf29

Please sign in to comment.