{"id":16542595,"url":"https://github.com/mjpieters/rtfunicode","last_synced_at":"2026-01-18T07:46:00.248Z","repository":{"id":3514900,"uuid":"4572833","full_name":"mjpieters/rtfunicode","owner":"mjpieters","description":"Encoder for unicode to RTF 1.5 command sequences","archived":false,"fork":false,"pushed_at":"2020-02-06T15:54:42.000Z","size":13,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T19:45:22.006Z","etag":null,"topics":["python","rtf","unicode"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjpieters.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-06T13:24:09.000Z","updated_at":"2025-01-03T00:47:47.000Z","dependencies_parsed_at":"2022-08-26T13:40:54.644Z","dependency_job_id":null,"html_url":"https://github.com/mjpieters/rtfunicode","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mjpieters/rtfunicode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpieters%2Frtfunicode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpieters%2Frtfunicode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpieters%2Frtfunicode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpieters%2Frtfunicode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjpieters","download_url":"https://codeload.github.com/mjpieters/rtfunicode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpieters%2Frtfunicode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265262490,"owners_count":23736408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","rtf","unicode"],"created_at":"2024-10-11T18:58:03.369Z","updated_at":"2025-07-14T08:05:29.515Z","avatar_url":"https://github.com/mjpieters.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Unicode to RTF command code conversion\n======================================\n\nThis module implements an encoder for unicode to RTF 1.5 command sequences; it\ncan be used to generate valid RTF output with international characters.\n\nImporting this module adds a new `rtfunicode` codec, allowing you to encode\nunicode strings to valid RTF bytecode sequences:\n\n\u003e\u003e\u003e import rtfunicode\n\u003e\u003e\u003e 'RTF and unicode mix just fine! \\u263A'.encode('rtfunicode')\n'RTF and unicode mix just fine! \\\\u9786?'\n\nThe RTF command code for a unicode character is `\\uN?`, where N is a signed\n16-bit integer and the ? is a placeholder character for older RTF readers. This\nmodule sets the latter to the '?' literal for simlicity's sake.\n\nRequirements\n------------\n\n* Python 3.3-3.8\n\n\nDevelopment\n-----------\n\n.. image:: https://travis-ci.org/mjpieters/rtfunicode.svg?branch=master\n    :target: https://travis-ci.org/mjpieters/rtfunicode\n\nThe project code is hosted on GitHub_, feel free to report issues,\nfork the code and issue pull requests.\n\n.. _GitHub: https://github.com/mjpieters/rtfunicode\n\n\nLicense\n-------\n\nBSD (simplified), see: LICENSE.txt\n\n\nAuthor\n------\n\nMartijn Pieters \u003cmj@zopatista.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjpieters%2Frtfunicode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjpieters%2Frtfunicode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjpieters%2Frtfunicode/lists"}