1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-07 14:11:36 +02:00
Gadgetbridge/app/src/main/java
mormegil ec73b244ee Improve ASCII transliterator
We should use NFKD instead of NFD since we are flattening to US-ASCII
afterwards anyway. This allows various Unicode characters which would
end up as a question mark to be represented by their compatibility
decomposition. This applies to e.g. ligatures (e.g. U+FB01 LATIN SMALL
LIGATURE FI will now be replaced with plain fi instead of a question
mark), and also the U+00A0 NO-BREAK SPACE [NBSP] to be replaced by
a normal space instead of a question mark.

+Add Czech fancy quotes to the Czech transliterator
+Add a unit test for Multitransliterator
2023-11-28 18:24:42 +00:00
..
com/mobeta/android/dslv Switch UI to Material 3 and support dynamic colors 2023-08-08 08:47:26 +00:00
lineageos add stripped down version of weather part of lineage sdk 2019-08-22 21:19:03 +02:00
net/osmand/aidlapi experiment with osmand 2023-05-21 22:50:52 +02:00
nodomain/freeyourgadget/gadgetbridge Improve ASCII transliterator 2023-11-28 18:24:42 +00:00
org/bouncycastle/shaded Rename org.bouncycastle package 2023-11-25 21:16:53 +00:00
ru/gelin/android/weather/notification Introduce WeatherSpec v4 2023-08-27 15:13:57 +00:00