diff options
author | Arjun Shankar <arjun@redhat.com> | 2019-10-23 18:51:29 +0200 |
---|---|---|
committer | Arjun Shankar <ashankar@redhat.com> | 2019-10-25 19:45:55 +0200 |
commit | 513aaa0d782f8fae36732d06ca59d658149f0139 (patch) | |
tree | 5605e918623c006bc0b96c719ce7203aa8c7aca1 /localedata/Makefile | |
parent | 97476447edff96e526daa1a22d6ed3665181ff93 (diff) | |
download | glibc-513aaa0d782f8fae36732d06ca59d658149f0139.tar glibc-513aaa0d782f8fae36732d06ca59d658149f0139.tar.gz glibc-513aaa0d782f8fae36732d06ca59d658149f0139.tar.bz2 glibc-513aaa0d782f8fae36732d06ca59d658149f0139.zip |
Add Transliterations for Unicode Misc. Mathematical Symbols-A/B [BZ #23132]
This commit adds previously missing transliterations for several code points
in the Unicode blocks "Miscellaneous Mathematical Symbols-A/B" -
transliterated to their approximate ASCII representations. It also adds a
corresponding iconv transliteration test.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index ce6a750144..89ba404a76 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -156,7 +156,7 @@ tests = $(locale_test_suite) tst-digits tst-setlocale bug-iconv-trans \ tst-leaks tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 \ tst-mbswcs6 tst-xlocale1 tst-xlocale2 bug-usesetlocale \ tst-strfmon1 tst-sscanf bug-setlocale1 tst-setlocale2 tst-setlocale3 \ - tst-wctype + tst-wctype tst-iconv-math-trans tests-static = bug-setlocale1-static tests += $(tests-static) ifeq (yes,$(build-shared)) @@ -287,6 +287,8 @@ LOCALES := \ $(NULL) include ../gen-locales.mk + +$(objpfx)tst-iconv-math-trans.out: $(gen-locales) endif include ../Rules |