Dirk Farin
Dirk Farin
Yes, the ability to add several target languages would also be very useful to me. Especially since I often have to translate a text _to_ a third language.
It seems I cannot attach an XML file here, but a very simple input file will do already: just some bla\u00a0bla I am simply running `a2po export --android . --gettext...
It appears that I might have been wrong. It is not a2po using different line widths, but poedit saving at a different width. Still, it would be very helpful to...
This is also a major usability issue for me. When using the emulator for general applications, as opposed to game playing, this is a real bummer. Every tried installing an...
Seems to be fixed is master branch. Probably in d30e705f836a98cb9e20d02fe445083e9f691198.
According to the HEIF standard (ISO-23008:12, section A.2), the Exif data block starts with a 4-byte offset into the remaining data. I.e. if the data starts immediately with the TIFF...
Great. Note that the case offset != 0 is not just theoretical. I have seen such images. libheif searches for the "II"/"MM" header in the passed Exif data and then...
Let me try to clear up the confusion a bit. The offset to the Exif data I was talking about has nothing to do with the ISOBMFF layer (ISO 14496)....
Thanks. Please confirm that issue is fixed with above change.
The `./configure` script searches for libvideogfx using "pkg-config". When you install libvideogfx, it also installs the pkg-config configuration file. If you install to `/usr/local/lib`, maybe the `/usr/local/lib/pkgconfig` is not in...