Skip to content

Commit

Permalink
fix use_jisx0213 and use_unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Feb 2, 2024
1 parent 023b06c commit c0691d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aozora2html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def read_accent
end

def read_to_nest(endchar)
Aozora2Html::TagParser.new(@stream, endchar, @chuuki_table, @images, gaiji_dir: @gaiji_dir).process
Aozora2Html::TagParser.new(@stream, endchar, @chuuki_table, @images, gaiji_dir: @gaiji_dir, use_jisx0213: @use_jisx0213, use_unicode: @use_unicode).process
end

def finalize
Expand Down

0 comments on commit c0691d6

Please sign in to comment.