| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=n7e6i6iqutpjudba35qdd3b227; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 08:29:05 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
py-Unide..
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./textproc/py-Unidecode, ASCII transliterations of Unicode text
[
Branch: CURRENT, Version: 1.4.0, Package name: py312-Unidecode-1.4.0, Maintainer: pkgsrc-users
It often happens that you have text data in Unicode, but you need
to represent it in ASCII. For example when integrating with legacy
code that doesn't support Unicode, or for ease of entry of non-Roman
names on a US keyboard, or when constructing ASCII machine identifiers
from human-readable Unicode strings that should still be somewhat
intelligeble (a popular example of this is when making an URL slug
from an article title).
Note that this module generally produces better results than simply
stripping accents from characters (which can be done in Python with
built-in functions). It is based on hand-tuned character mappings
that for example also contain ASCII approximations for symbols and
non-Latin alphabets.
This is a Python port of Text::Unidecode Perl module by Sean M.
Burke.
Required to run:
[devel/py-setuptools] [lang/python310]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
py-Unide..time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./textproc/py-Unidecode, ASCII transliterations of Unicode text
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 1.4.0, Package name: py312-Unidecode-1.4.0, Maintainer: pkgsrc-users
It often happens that you have text data in Unicode, but you need
to represent it in ASCII. For example when integrating with legacy
code that doesn't support Unicode, or for ease of entry of non-Roman
names on a US keyboard, or when constructing ASCII machine identifiers
from human-readable Unicode strings that should still be somewhat
intelligeble (a popular example of this is when making an URL slug
from an article title).
Note that this module generally produces better results than simply
stripping accents from characters (which can be done in Python with
built-in functions). It is based on hand-tuned character mappings
that for example also contain ASCII approximations for symbols and
non-Latin alphabets.
This is a Python port of Text::Unidecode Perl module by Sean M.
Burke.
Required to run:
[devel/py-setuptools] [lang/python310]
Master sites:
Filesize: 195.458 KBVersion history: (Expand)
- (2025-04-28) Updated to version: py312-Unidecode-1.4.0
- (2025-04-13) Updated to version: py312-Unidecode-1.3.8nb2
- (2025-03-03) Updated to version: py312-Unidecode-1.3.8nb1
- (2024-11-11) Updated to version: py312-Unidecode-1.3.8
- (2024-01-11) Updated to version: py311-Unidecode-1.3.8
- (2023-09-27) Updated to version: py311-Unidecode-1.3.7
CVS history: (Expand)
| 2025-04-28 12:39:38 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-Unidecode: update to 1.4.0. 2025-04-24 unidecode 1.4.0 * Drop support for Python <3.7. * Add replacements for playing card suits and chess pieces (thanks to Alan Davidson) * Add replacements for U+211F "RESPONSE" and 0x2123 \ "VERSICLE" (thanks to @ciesiolka on GitHub) * Fix replacement for U+1D6D5 "MATHEMATICAL BOLD SMALL TAU". * Fix replacements for U+014A "LATIN CAPITAL LETTER ENG" and U+014B "LATIN SMALL LETTER ENG". * Add replacements for U+2103 "DEGREE CELSIUS" and U+2109 "DEGREE FAHRENHEIT". |
| 2025-04-13 14:38:11 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-Unidecode: fix for setuptools>=78 |
| 2025-03-03 07:58:21 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-Unidecode: fix wheel name for latest setuptools and depend on it Bump PKGREVISION. |
| 2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |
| 2024-01-11 14:06:36 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-Unidecode: updated to 1.3.8 unidecode 1.3.8 * Fix replacement for U+1E9E "LATIN CAPITAL LETTER SHARP S" |
| 2023-09-27 11:02:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-Unidecode: updated to 1.3.7 unidecode 1.3.7 * Add missing replacements for katakana punctuation (thanks to Emil Hammarberg) * Fix replacement for U+1F19C "SQUARED SECOND SCREEN". * Fix replacement for U+1F1A9 "SQUARED LOSSLESS". * Add more replacements for symbols in the U+21xx and U+1F1xx pages (thanks to @cheznewa on GitHub) * Remove old __init__.pyi from the Wheel package that was included due to a bug in the build script. |
| 2022-10-31 22:58:01 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-Unidecode: updated to 1.3.6 unidecode 1.3.6 * No changes. Re-upload to PyPi. unidecode 1.3.5 * Remove trailing space in replacements for vulgar fractions. * This release was yanked from PyPi, because the Wheel package contained the wrong version of the code and was incompatible with Python 3.5. .tar.gz package was not affected. unidecode 1.3.4 * Add some missing replacements for symbols in the U+21xx and U+1F1xx pages (thanks to @cheznewa on GitHub) unidecode 1.3.3 * Command-line utility now reads input line-by-line, making it usable with large files (thanks to Jan-Thorsten Peter) unidecode 1.3.2 * Re-upload because PyPI was missing Requires-Python metadata for the .tar.gz package. unidecode 1.3.1 * Fix issue with wheel package falsely claiming support for Python 2. unidecode 1.3.0 * Drop support for Python <3.5. * Improvements to Hebrew and Yiddish transliterations (thanks to Alon Bar-Lev and @eyaler on GitHub) |
| 2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message: python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION. |
