Skip to content

Commit

Permalink
RESOLVED #6522: Cambiar encoding grappa a UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
martalite committed Sep 14, 2023
1 parent bcafb31 commit f294999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class GrappaSslrLexer {
private List<Token> tokens = new ArrayList<>();

public GrappaSslrLexer(GrappaSslrLexer.Builder builder) {
this.charset = builder.charset;
this.charset = sun.nio.cs.UTF_8.INSTANCE;
this.configuration = builder.configuration;
this.channelDispatcher = builder.getChannelDispatcher();

Expand Down

0 comments on commit f294999

Please sign in to comment.