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

Adds support for japanese characters #73

Merged
merged 2 commits into from
Mar 27, 2019
Merged

Adds support for japanese characters #73

merged 2 commits into from
Mar 27, 2019

Commits on Mar 27, 2019

  1. cmatrix.c: Adds Japanese characters support

    Adds classic mode which can be invoked with "c", which uses Japanese
    characters instead of the regular English characters that cmatrix
    outputed earlier. Done to match up with the original matrix.
    
    The starting, ending, and range for randum number (corresponding to the
    unicode character) is modified to suite the Japanese character range.
    Requires appropriate Japanese fonts to make it work.
    
    Fixes #57
    Signed-off-by: Abishek V Ashok <[email protected]>
    abishekvashok committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    80e1c4a View commit details
    Browse the repository at this point in the history
  2. cmatrix.c: Calculate randnum against hardcoding it

    Modifies code to calculate randnum from values of highnum and randmin
    which are used for matrix randum unicode generation. The last
    implementation contained hardcoded values.
    
    Signed-off-by: Abishek V Ashok <[email protected]>
    abishekvashok committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    66ab05c View commit details
    Browse the repository at this point in the history