alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Lucene example source code file (NativeDigitFolding.txt)

This example Lucene source code file (NativeDigitFolding.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Lucene tags/keywords

alphanumeric, alphanumeric, inc, lue, mathematical, mathematical, new, no, symbols, symbols, tai, tham, unicode, unicode

The Lucene NativeDigitFolding.txt source code

# Copyright 2001-2010 Unicode, Inc.
# 
# Disclaimer
# 
# This source code is provided as is by Unicode, Inc. No claims are
# made as to fitness for any particular purpose. No warranties of any
# kind are expressed or implied. The recipient agrees to determine
# applicability of information provided. If this file has been
# purchased on magnetic or optical media from Unicode, Inc., the
# sole remedy for any claim will be exchange of defective media
# within 90 days of receipt.
# 
# Limitations on Rights to Redistribute This Code
# 
# Unicode, Inc. hereby grants the right to freely use the information
# supplied in this file in the creation of products supporting the
# Unicode Standard, and to make copies of this file in any form
# for internal or external distribution as long as this notice
# remains attached.

### Custom Normalization mappings for UTR#30 
### (http://www.unicode.org/reports/tr30/tr30-4.html)
###
### Created from Unicode 5.2 UCD
###

## Native digit folding
# [:Nd:] > Ascii digit equivalent
# Arabic-Indic
0660>0030
0661>0031
0662>0032
0663>0033
0664>0034
0665>0035
0666>0036
0667>0037
0668>0038
0669>0039
# Eastern Arabic-Indic
06F0>0030
06F1>0031
06F2>0032
06F3>0033
06F4>0034
06F5>0035
06F6>0036
06F7>0037
06F8>0038
06F9>0039
# NKo
07C0>0030
07C1>0031
07C2>0032
07C3>0033
07C4>0034
07C5>0035
07C6>0036
07C7>0037
07C8>0038
07C9>0039
# Devanagari
0966>0030
0967>0031
0968>0032
0969>0033
096A>0034
096B>0035
096C>0036
096D>0037
096E>0038
096F>0039
# Bengali
09E6>0030
09E7>0031
09E8>0032
09E9>0033
09EA>0034
09EB>0035
09EC>0036
09ED>0037
09EE>0038
09EF>0039
# Gurmukhi
0A66>0030
0A67>0031
0A68>0032
0A69>0033
0A6A>0034
0A6B>0035
0A6C>0036
0A6D>0037
0A6E>0038
0A6F>0039
# Gujarati
0AE6>0030
0AE7>0031
0AE8>0032
0AE9>0033
0AEA>0034
0AEB>0035
0AEC>0036
0AED>0037
0AEE>0038
0AEF>0039
# Oriya
0B66>0030
0B67>0031
0B68>0032
0B69>0033
0B6A>0034
0B6B>0035
0B6C>0036
0B6D>0037
0B6E>0038
0B6F>0039
# Tamil
0BE6>0030
0BE7>0031
0BE8>0032
0BE9>0033
0BEA>0034
0BEB>0035
0BEC>0036
0BED>0037
0BEE>0038
0BEF>0039
# Telugu
0C66>0030
0C67>0031
0C68>0032
0C69>0033
0C6A>0034
0C6B>0035
0C6C>0036
0C6D>0037
0C6E>0038
0C6F>0039
# Kannada
0CE6>0030
0CE7>0031
0CE8>0032
0CE9>0033
0CEA>0034
0CEB>0035
0CEC>0036
0CED>0037
0CEE>0038
0CEF>0039
# Malayalam
0D66>0030
0D67>0031
0D68>0032
0D69>0033
0D6A>0034
0D6B>0035
0D6C>0036
0D6D>0037
0D6E>0038
0D6F>0039
# Thai
0E50>0030
0E51>0031
0E52>0032
0E53>0033
0E54>0034
0E55>0035
0E56>0036
0E57>0037
0E58>0038
0E59>0039
# Lao
0ED0>0030
0ED1>0031
0ED2>0032
0ED3>0033
0ED4>0034
0ED5>0035
0ED6>0036
0ED7>0037
0ED8>0038
0ED9>0039
# Tibetan
0F20>0030
0F21>0031
0F22>0032
0F23>0033
0F24>0034
0F25>0035
0F26>0036
0F27>0037
0F28>0038
0F29>0039
# Myanmar
1040>0030
1041>0031
1042>0032
1043>0033
1044>0034
1045>0035
1046>0036
1047>0037
1048>0038
1049>0039
# Myanmar Shan
1090>0030
1091>0031
1092>0032
1093>0033
1094>0034
1095>0035
1096>0036
1097>0037
1098>0038
1099>0039
# Khmer
17E0>0030
17E1>0031
17E2>0032
17E3>0033
17E4>0034
17E5>0035
17E6>0036
17E7>0037
17E8>0038
17E9>0039
# Mongolian
1810>0030
1811>0031
1812>0032
1813>0033
1814>0034
1815>0035
1816>0036
1817>0037
1818>0038
1819>0039
# Limbu
1946>0030
1947>0031
1948>0032
1949>0033
194A>0034
194B>0035
194C>0036
194D>0037
194E>0038
194F>0039
# New Tai Lue
19D0>0030
19D1>0031
19D2>0032
19D3>0033
19D4>0034
19D5>0035
19D6>0036
19D7>0037
19D8>0038
19D9>0039
# New Tai Lue Tham Digit One
19DA>0031
# Tai Tham Hora
1A80>0030
1A81>0031
1A82>0032
1A83>0033
1A84>0034
1A85>0035
1A86>0036
1A87>0037
1A88>0038
1A89>0039
# Tai Tham Tham
1A90>0030
1A91>0031
1A92>0032
1A93>0033
1A94>0034
1A95>0035
1A96>0036
1A97>0037
1A98>0038
1A99>0039
# Balinese
1B50>0030
1B51>0031
1B52>0032
1B53>0033
1B54>0034
1B55>0035
1B56>0036
1B57>0037
1B58>0038
1B59>0039
# Sundanese
1BB0>0030
1BB1>0031
1BB2>0032
1BB3>0033
1BB4>0034
1BB5>0035
1BB6>0036
1BB7>0037
1BB8>0038
1BB9>0039
# Lepcha
1C40>0030
1C41>0031
1C42>0032
1C43>0033
1C44>0034
1C45>0035
1C46>0036
1C47>0037
1C48>0038
1C49>0039
# Ol Chiki
1C50>0030
1C51>0031
1C52>0032
1C53>0033
1C54>0034
1C55>0035
1C56>0036
1C57>0037
1C58>0038
1C59>0039
# Vai
A620>0030
A621>0031
A622>0032
A623>0033
A624>0034
A625>0035
A626>0036
A627>0037
A628>0038
A629>0039
# Saurashtra
A8D0>0030
A8D1>0031
A8D2>0032
A8D3>0033
A8D4>0034
A8D5>0035
A8D6>0036
A8D7>0037
A8D8>0038
A8D9>0039
# Kayah Li
A900>0030
A901>0031
A902>0032
A903>0033
A904>0034
A905>0035
A906>0036
A907>0037
A908>0038
A909>0039
# Javanese
A9D0>0030
A9D1>0031
A9D2>0032
A9D3>0033
A9D4>0034
A9D5>0035
A9D6>0036
A9D7>0037
A9D8>0038
A9D9>0039
# Cham
AA50>0030
AA51>0031
AA52>0032
AA53>0033
AA54>0034
AA55>0035
AA56>0036
AA57>0037
AA58>0038
AA59>0039
# Meetei Mayek
ABF0>0030
ABF1>0031
ABF2>0032
ABF3>0033
ABF4>0034
ABF5>0035
ABF6>0036
ABF7>0037
ABF8>0038
ABF9>0039
# Halfwidth and Fullwidth Forms (done by kd)
# Osmanya
104A0>0030
104A1>0031
104A2>0032
104A3>0033
104A4>0034
104A5>0035
104A6>0036
104A7>0037
104A8>0038
104A9>0039
# Brahmi
11066>0030
11067>0031
11068>0032
11069>0033
1106A>0034
1106B>0035
1106C>0036
1106D>0037
1106E>0038
1106F>0039
# Mathematical Alphanumeric Symbols - Bold digits
1D7CE>0030
1D7CF>0031
1D7D0>0032
1D7D1>0033
1D7D2>0034
1D7D3>0035
1D7D4>0036
1D7D5>0037
1D7D6>0038
1D7D7>0039
# Mathematical Alphanumeric Symbols - Double-struck digits
1D7D8>0030
1D7D9>0031
1D7DA>0032
1D7DB>0033
1D7DC>0034
1D7DD>0035
1D7DE>0036
1D7DF>0037
1D7E0>0038
1D7E1>0039
# Mathematical Alphanumeric Symbols - Sans-serif digits
1D7E2>0030
1D7E3>0031
1D7E4>0032
1D7E5>0033
1D7E6>0034
1D7E7>0035
1D7E8>0036
1D7E9>0037
1D7EA>0038
1D7EB>0039
# Mathematical Alphanumeric Symbols - Sans-serif bold digits
1D7EC>0030
1D7ED>0031
1D7EE>0032
1D7EF>0033
1D7F0>0034
1D7F1>0035
1D7F2>0036
1D7F3>0037
1D7F4>0038
1D7F5>0039
# Mathematical Alphanumeric Symbols - Monospace digits
1D7F6>0030
1D7F7>0031
1D7F8>0032
1D7F9>0033
1D7FA>0034
1D7FB>0035
1D7FC>0036
1D7FD>0037
1D7FE>0038
1D7FF>0039

Other Lucene examples (source code examples)

Here is a short list of links related to this Lucene NativeDigitFolding.txt source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.