diff options
Diffstat (limited to 'localedata/locales/pa_IN')
-rw-r--r-- | localedata/locales/pa_IN | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/localedata/locales/pa_IN b/localedata/locales/pa_IN index b269472d4e..c4c4732349 100644 --- a/localedata/locales/pa_IN +++ b/localedata/locales/pa_IN @@ -31,7 +31,28 @@ category "pa_IN:2000";LC_TELEPHONE END LC_IDENTIFICATION LC_CTYPE -copy "pa_PK" +copy "i18n" + +% Punjabi uses the alternate digits U+0A66..U+0A6F +outdigit <U0A66>..<U0A6F> + +% This is used in the scanf family of functions to read Punjabi numbers +% using "%Id" and such. +map to_inpunct; / + (<U0030>,<U0A66>); / + (<U0031>,<U0A67>); / + (<U0032>,<U0A68>); / + (<U0033>,<U0A69>); / + (<U0034>,<U0A6A>); / + (<U0035>,<U0A6B>); / + (<U0036>,<U0A6C>); / + (<U0037>,<U0A6D>); / + (<U0038>,<U0A6E>); / + (<U0039>,<U0A6F>); + +translit_start +include "translit_combining";"" +translit_end END LC_CTYPE |