1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-24 14:00:48 +02:00
Gadgetbridge/app/src/test/java/nodomain/freeyourgadget/gadgetbridge
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
..
database Fix unit tests 2023-10-28 15:53:47 +01:00
export Adds GPX schema XSD, sample data, and tests which validate output. 2019-03-16 11:13:27 -03:00
externalevents Migrate to androidx support libraries and bump compile SDK version 2019-01-26 16:00:56 +01:00
model Fix unit tests 2023-10-28 15:53:47 +01:00
service Fix unit tests 2023-11-25 23:08:02 +00:00
test Changes suggested in PR 2023-07-20 20:30:14 +00:00
util Improve ASCII transliterator 2023-11-28 18:24:42 +00:00