{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "Proposed universal format for Unicode text files",
    "development_only": false,
    "latest_version": "20220720",
    "name": "universal_text_file",
    "selected_version": "20220720",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "flyology",
            "condition": null,
            "name": "gnat",
            "package": "gnat_flyology_native",
            "provided_version": "16.2.0",
            "requirement": "<13.0 | >=13.3",
            "resolved": true,
            "version": "16.2.0-patchset.1.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Jeff Carter"
          ],
          "build-switches": {
            "*": {
              "ada_version": "Ada12",
              "style_checks": "No"
            }
          },
          "depends-on": [
            {
              "gnat": "<13.0 | >=13.3"
            }
          ],
          "description": "Proposed universal format for Unicode text files",
          "licenses": "BSD-3-Clause",
          "long-description": "# Universal Text File Format\nProposed universal format for Unicode text files\n\nHere I propose a universal format for Unicode text files, specified by its Ada implementation. Some features of the format are\n\n* ASCII code points are encoded as themselves\n* At most three bytes are used to encode a code point\n* All code points may occur in a line\n* Lines may be any length (though the implementation is limited to Integer'Last)\n\nI have called this format Universal Text File format, with the acronym UTF. Like GNAT Programming Studio (GPS), this result is an acronym collision. Suggestions for alternative names are welcome.\n\n## Combined Specification and Ada Implementation\nThe format is specified here by its Ada implementation in package UTF, which is short and straightforward.\n\n## Tools\nThree simple tools are provided:\n* To_UTF, to convert an Ada.Text_IO file to UTF\n* From_UTF, to convert a UTF file into an Ada.Text_IO file\n* Umore, a simple `more` program for UTF files\n\n## Suitability\nMost tools for processing text files on the major platforms work with native text files from other platforms, and UTF-8 has been widely adopted for encoding Unicode text files, so it seems unlikely that an alternative will gain much traction. However, having done this, I thought I would share it should anyone be interested.\n\n## Standard Software-Engineering Practice\nEncodings should normally only be used externally to a program. Encoded input data should be decoded immediately upon input, and output data encoded immediatly before output.\n",
          "maintainers": [
            "Bent Bracke <bent@bracke.dk>"
          ],
          "maintainers-logins": [
            "bracke"
          ],
          "name": "universal_text_file",
          "origin": {
            "commit": "d58797dfdf1818ac064eba99e999bb8cc453d389",
            "url": "git+https://github.com/bracke/Universal-Text-File.git"
          },
          "tags": [
            "format",
            "unicode",
            "text"
          ],
          "version": "20220720",
          "website": "https://github.com/bracke/Universal-Text-File"
        },
        "path": "index/un/universal_text_file/universal_text_file-20220720.0.0.toml",
        "version": "20220720"
      }
    ]
  },
  "schema_version": 4
}
