Giter Club home page Giter Club logo

Comments (8)

lucasdemarchi avatar lucasdemarchi commented on July 3, 2024

Did you try giving the correct file name? Looking at how you ran it, you should do like below.

$ ./codespell.py data/dictionary.txt data/dictionary.txt

from codespell.

lucasdemarchi avatar lucasdemarchi commented on July 3, 2024

ahnn... and checking the dictionary against the dictionary is just a test, right?

from codespell.

orbitcowboy avatar orbitcowboy commented on July 3, 2024

Yes, it is just a test. It also happens if i choose another file or directory.

from codespell.

orbitcowboy avatar orbitcowboy commented on July 3, 2024

Do you have any idea, or hint why it does not working?

from codespell.

orbitcowboy avatar orbitcowboy commented on July 3, 2024

Ok,

i found i myself:

At line 256 you have to insert the following line:

def build_dict(filename):
with open(filename, 'r', 1, 'utf-8') as f:

On my machine, the encoding was not set by default to utf-8. Can you add this to your next release?

Many thanks for this great tools

Best regards

Ettl Martin

from codespell.

lucasdemarchi avatar lucasdemarchi commented on July 3, 2024

Thanks very much... I applied the fix you suggested. Please, test if it's working now.

from codespell.

orbitcowboy avatar orbitcowboy commented on July 3, 2024

Thanks for your quick help, it works fine.

Best regards

Martin

2011/12/6 Lucas De Marchi <
[email protected]

Thanks very much... I applied the fix you suggested. Please, test if it's
working now.


Reply to this email directly or view it on GitHub:
#2 (comment)

from codespell.

lucasdemarchi avatar lucasdemarchi commented on July 3, 2024

Ok, let's make a release with this fix: v1.3 is out

from codespell.

Related Issues (20)

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.