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

fix #30 #254

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

fix #30 #254

wants to merge 8 commits into from

Commits on Jul 6, 2021

  1. fix jnr#30

    DirectMemoryIO.getString() fails for non UTF-8
    demon36 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    a88b8a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. implement WStringRef (mapping for wchar_t*), make set() work efficien…

    …tly with more charsets, fix DirectMemoryIO.getString()
    demon36 committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    3fb7cec View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    b4ab181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1658b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. revert unneeded length change, add WStringRef.reAllocate() & setMaxLe…

    …ngth() that works with wide chars, default max length to max int
    demon36 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    61ce834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1d562 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. more compliant spacing

    demon36 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b796974 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    badc99e View commit details
    Browse the repository at this point in the history