-
I am installing textshaping on rstudio ubuntu linux but facing an error message:
* brew: harfbuzz fribidi (OSX)
If harfbuzz freetype2 fribidi is already installed, check that 'pkg-config' is in y…
-
As an example, in attached man page (GROFF_ENCODING=utf8) the subtitles in Persian are left aligned
in BiCon, unless piped to the fribidi binary.
As a reference they are right aligned if the man pa…
-
Running the BiDi algorithm on a sequence of `[]`, `()` or `{}` pairs is extremely slow. Try this in `bash`:
for i in {1..100000}; do echo -n '[]'; done > biditest.txt
time fribidi biditest…
-
how to make arabic caracters displayed properly inside any terminal 🔢 without having space in betwwen.
how to make fribi works on kitty or alacritty?
-
Right to Left languages (i.e. Hebrew, Arabic) on Windows don't show up correctly . so a word like "hello" shows up as "olleh". This has nothing to do with font but with bidirectional support . I hope…
-
FFmpeg project for Android
liugb@ubuntu:~/gitworkspace/FFmpegAndroid$ ./init_3rd_projects.sh
Submodule 'FFmpegLibrary/jni/fdk-aac' () registered for path 'FFmpegLibrary/jni/fdk-aac'
Submodule 'FFmpeg…
liugb updated
9 months ago
-
I would like to support static binaries, just like `chafa`. This means I need to statically link `glib` during compilation. I've had trouble doing that, both on my machine and cloud images.
A few p…
-
To reproduce do the following under master on Windows in a visual studio 2013 command tool window:
```
meson -buildtype release . build_release
ninja -C build_release test
```
The strange thi…
-
https://github.com/HOST-Oman/libraqm/blob/ce67a59b8e19a67c0d5c47dbcf652e70bbdbc6f0/src/raqm.c#L1417-L1420
An assumption is made that everything that is not explicitly LTR is RTL. It fails for direc…
-
> The solution or at least one solution is to add bidi (bidirectional text) support. In this repository, we discuss the issue, make technical guidelines and share success stories. We think adding bidi…