Unicode ASCII (convert Unicode characters to ASCII)

Introduction

This addon aims to solve the problem with mathematical alphanumeric characters, which, among other things, are now used for decorative purposes because they look cool on social networks, in addition to them being used with their originally thought use. The addon converts the characters you pass to it to a close ASCII representation using the Unidecode library, so it may be used to transliterate any other symbol. Unfortunately, the results won't always be perfect or good because sometimes decorative characters work on similarity with the original character, not actual meaning.

Note: This addon may not transliterate Japanese and Chinese text (among others) correctly, as the library it uses doesn't have any way to guess the text's language. Also, if it fails to transliterate a character it will preserve it, so the result may not always be in ASCII.

Usage

These shortcuts can be changed in the input gestures dialog, in the unicodeAscii category.

What to do when transliteration fails

You can use the Character information add-on to retrieve more information about a character, and possibly add it to the punctuation and symbols dialog or your NVDA dictionary.

Changelog

See Unidecode's changelog for the library's changelog.

Version 1.4

Version 1.3

Version 1.2

Version 1.1.3

Version 1.1.2

Version 1.1.1

Version 1.1

Version 1.0.1

Version 1.0

Thanks