Code Monkey home page Code Monkey logo

Comments (4)

rossengeorgiev avatar rossengeorgiev commented on August 31, 2024

Could you the a file that reproduces the issue?

from vdf.

aoisensi avatar aoisensi commented on August 31, 2024

https://raw.githubusercontent.com/dotabuff/d2vpkr/master/dota/resource/dota_english.txt
Ctrl+F and find '.

from vdf.

rossengeorgiev avatar rossengeorgiev commented on August 31, 2024

So the issue is that when you dump a dict, then ' are escaped, correct?

Here are all the characters they escape from the SDK, which includes ': https://github.com/ValveSoftware/source-sdk-2013/blob/0d8dceea4310fde5706b3ce1c70609d72a38efdf/mp/src/tier1/utlbuffer.cpp#L54-L69

I guess the only way to resolve this is introducing a parameter to enable/disable escaping. That will also resolve #28

from vdf.

aoisensi avatar aoisensi commented on August 31, 2024

Yes. But, I want to exclusion only '.
I need to escape another characters.
The SDK is Source1.
Dota2's SDK is Source2.
Perhaps the parser of Source1 is not the same as the parser of Source2.
I'm using edited version of this library.
https://github.com/nihongoka/dota2/blob/7e19285702203957ecb2b50b88de97241305515b/scripts/vdf/__init__.py#L61
https://github.com/ValvePython/vdf/blob/master/vdf/__init__.py#L62
Sorry for late.

from vdf.

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.