Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change encode EUC-JP to UTF-8 #267

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Change encode EUC-JP to UTF-8 #267

merged 1 commit into from
Apr 30, 2024

Commits on Apr 30, 2024

  1. Change encode EUC-JP to UTF-8

    After testing Racc as per the instructions in README.ja.rdoc, I noticed the following failures:
    
    ```
    ❯ racc -ocalc.rb sample/calc-ja.y
    ❯ ruby calc.rb
    calc.rb: calc.rb:197: invalid multibyte char (UTF-8) (SyntaxError)
    calc.rb:197: invalid multibyte char (UTF-8)
    calc.rb:197: invalid multibyte char (UTF-8)
    calc.rb:197: invalid multibyte char (UTF-8)
    calc.rb:197: invalid multibyte char (UTF-8)
    calc.rb:197: invalid multibyte char (UTF-8)
    calc.rb:197: invalid multibyte char (UTF-8)
    calc.rb:197: invalid multibyte char (UTF-8)
    calc.rb:197: invalid multibyte char (UTF-8)
    calc.rb:198: invalid multibyte char (UTF-8)
    calc.rb:198: invalid multibyte char (UTF-8)
    calc.rb:198: invalid multibyte char (UTF-8)
    calc.rb:198: invalid multibyte char (UTF-8)
    calc.rb:198: invalid multibyte char (UTF-8)
    calc.rb:198: invalid multibyte char (UTF-8)
    ```
    ydah committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    017a46e View commit details
    Browse the repository at this point in the history