1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Description: use local PNGs in README.md
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2022-09-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
– or a library – that doesn’t support Arabic you’re pretty likely to end up
with something that looks like this:
-
+
We have two problems here, first, the characters are in the isolated form,
which means that every character is rendered regardless of its surroundings,
@@ -30,13 +30,13 @@
[python-bidi](https://github.com/MeirKriheli/python-bidi).
If you use it you’ll end up with something that looks like this:
-
+
The only issue left to solve is to reshape those characters and replace them
with their correct shapes according to their surroundings. Using this library
helps with the reshaping so we can get the proper result like this:
-
+
## Installation
|