GithubHelp home page GithubHelp logo

ortham / libstrings Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 252 KB

A free software library for reading and writing TES V: Skyrim's .STRINGS, .DLSTRINGS and .ILSTRINGS files.

License: GNU General Public License v3.0

C++ 72.15% C 27.85%

libstrings's People

Contributors

ortham avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

libstrings's Issues

Support for Windows-1250 required

The official distributor for the Polish translation of Skyrim encodes their string tables in Windows-1250, so this needs to be supported.

Need to also investigate which language setting value(s) in Skyrim.ini cause the fallback encoding to be chosen as Windows-1250, then put this info up on UESP.

Thread safety

Would be good to have. Need to read up on what this entails.

Alias string substitution encoding mismatch errors

First reported http://forums.bethsoft.com/topic/1425251-rel-stredit/page__view__findpost__p__21956225, underlying reason reported http://forums.bethsoft.com/topic/1425251-rel-stredit/page__view__findpost__p__21978195.

This is only tangentially related to libstrings, in that it only offers to save in UTF-8, which is only the default for Japanese. If it offered to save in other encodings, then the issue might be avoided, but it's not a sure thing, since it depends on the mod user's combination of string encodings.

I'm currently investigating the feasiblity of a code patch to make sure the two strings are in the same encoding prior to substitution, or whether it would be better to have a utility that would localise all installed plugins in the same encoding.

File validity checks

At the moment, libstrings assumes that any file with a .strings, .ilstrings or .dlstrings must be a valid strings file. It would be good if it could check that what it contains makes sense.

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.