Coder Social home page Coder Social logo

Comments (3)

Kawa-oneechan avatar Kawa-oneechan commented on September 1, 2024

I believe the earlier version of the dictionary vocab has a format that explicitly only allows plain old numbers and letters because of its internal compression (the thing that lets it store apple, applesauce, application as [0]apple, [5]sauce, [4]ication), so even if I removed that limitation you wouldn't be able to store the Hebrew version.

This cannot be changed without replacing the entire interpreter with a later SCI0 version that takes the later dictionary vocabs, and that brings its own can of worms.

Not to mention, isn't Hebrew written right to left? That's a can of worms that's not even on store shelves as far as I know!

from scicompanion.

ZvikaZ avatar ZvikaZ commented on September 1, 2024

Just for reference, we're having in interleaved discussion here and in http://sciprogramming.com/community/index.php?topic=1891.msg13249#msg13249

I understood the problem with supporting Hebrew with vocab.000.

Anyway, I also have problems with Hebrew on vocab.900, while it's working in 'SCICompanion910' attached at http://sciprogramming.com/community/index.php?topic=1781.msg11702#msg11702

from scicompanion.

ZvikaZ avatar ZvikaZ commented on September 1, 2024

Just to be clear - even with new QFG2, without my modifications, I can't add Hebrew letters to vocab.900.
I think this limitation can be removed (as you've done at SCICompanion910).

Thanks

from scicompanion.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.