summaryrefslogtreecommitdiffstats
path: root/hyphenation/web/patterns/hi.js
diff options
context:
space:
mode:
Diffstat (limited to 'hyphenation/web/patterns/hi.js')
-rw-r--r--hyphenation/web/patterns/hi.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/hyphenation/web/patterns/hi.js b/hyphenation/web/patterns/hi.js
new file mode 100644
index 0000000..0a447be
--- /dev/null
+++ b/hyphenation/web/patterns/hi.js
@@ -0,0 +1,12 @@
+// For questions about the Hindi hyphenation patterns
+// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+Hyphenator.languages.hi = {
+ leftmin : 2,
+ rightmin : 2,
+ shortestPattern : 1,
+ longestPattern : 1,
+ specialChars : unescape('आअइईउऊऋऎएऐऒऔकगखघङचछजझञटठडढणतथदधनपफबभमयरलवशषसहळऴऱिीाुूृॆेॊाोैौ्ःं%u200D'),
+ patterns : {
+ 2 : 'अ1आ1इ1ई1उ1ऊ1ऋ1ऎ1ए1ऐ1ऒ1औ1ि1ा1ी1ु1ू1ृ1ॆ1े1ॊ1ो1ौ1्2ः1ं11क1ग1ख1घ1ङ1च1छ1ज1झ1ञ1ट1ठ1ड1ढ1ण1त1थ1द1ध1न1प1फ1ब1भ1म1य1र1ल1व1श1ष1स1ह1ळ1ऴ1ऱ'
+ }
+};