Results 1 to 7 of 7

Thread: LOC <-> TSV converter

  1. #1
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default LOC <-> TSV converter

    For easier editing of loc files.

    Usage:
    jruby loc2tsv file.loc file.tsv
    jruby tsv2loc file.tsv file.loc
    You might need to install fastercsv gem if you don't have it yet:
    jgem install fastercsv
    If you need any command line tsv tools, msg me.

  2. #2
    The Hedge Knight's Avatar Fierce When Cornered
    Artifex

    Join Date
    Oct 2009
    Location
    England
    Posts
    5,875

    Default Re: LOC <-> TSV converter

    So does this corrupt unicode charecters like the pfm version or is that fixed (dont have time to test now).

  3. #3
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default Re: LOC <-> TSV converter

    Quote Originally Posted by 'The Hedge Knight View Post
    So does this corrupt unicode charecters like the pfm version or is that fixed (dont have time to test now).
    loc->tsv->loc round trip conversion gets you every single byte correct if that's what you're asking.

  4. #4
    The Hedge Knight's Avatar Fierce When Cornered
    Artifex

    Join Date
    Oct 2009
    Location
    England
    Posts
    5,875

    Default Re: LOC <-> TSV converter

    Well the pfm one replaces charecters like Á with ".

  5. #5
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default Re: LOC <-> TSV converter

    Quote Originally Posted by 'The Hedge Knight View Post
    Well the pfm one replaces charecters like Á with ".
    This converter does no such thing, it generates and parses correct UTF-8 TSVs.

  6. #6
    Hazbones's Avatar Senator
    Join Date
    May 2007
    Location
    Iwakuni, Japan
    Posts
    1,104

    Default Re: LOC <-> TSV converter

    [Request] Is the Loc file too big for someone to convert the Vanilla Loc file and upload it somewhere so that others can just download the file without having to go through the conversion process?

    I guess this same request could be for the esf files as well but I don't know how big they are and if it is possible to host them somewhere for downloading.

  7. #7

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •