History
+2016/05/09: Version 6.0.0
+
2015/07/13: change mail address.
2014/12/12: Version 5.9.6
-README 2016/04/19
+README 2016/05/06
Oniguruma ---- (C) K.Kosako <kkosako0@gmail.com>
sample/posix.c POSIX API sample.
sample/sql.c example of the variable meta characters.
(SQL-like pattern matching)
+ sample/user_property.c example of user defined Unicode property.
Test Programs
sample/syntax.c Perl, Java and ASIS syntax test.
utf16_le.c UTF-16LE encoding.
utf32_be.c UTF-32BE encoding.
utf32_le.c UTF-32LE encoding.
- unicode.c Unicode information data.
+ unicode.c common codes of Unicode encoding.
win32/Makefile Makefile for Win32 (VC++)
win32/config.h config.h for Win32
-README.ja 2016/04/19
+README.ja 2016/05/06
µ´¼Ö ---- (C) K.Kosako <kkosako0@gmail.com>
¥é¥¤¥»¥ó¥¹
- BSD¥é¥¤¥»¥ó¥¹¤Ë½¾¤¦¡£
+ BSD¥é¥¤¥»¥ó¥¹
¥¤¥ó¥¹¥È¡¼¥ë
sample/listcap.c Êá³ÍÍúÎòµ¡Ç½¤Î»ÈÍÑÎã
sample/posix.c POSIX API»ÈÍÑÎã
sample/sql.c ²ÄÊѥ᥿ʸ»úµ¡Ç½»ÈÍÑÎã (SQL-like ¥Ñ¥¿¡¼¥ó)
+ sample/user_property.c ¥æ¡¼¥¶ÄêµÁUnicode¥×¥í¥Ñ¥Æ¥£¤Î»ÈÍÑÎã
+
¥Æ¥¹¥È¥×¥í¥°¥é¥à
sample/syntax.c Perl¡¢Java¡¢ASISʸˡ¤Î¥Æ¥¹¥È
utf16_le.c UTF-16LE ¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°
utf32_be.c UTF-32BE ¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°
utf32_le.c UTF-32LE ¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°
- unicode.c Unicode¾ðÊó
+ unicode.c Unicode¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤Î¶¦Ä̽èÍý
win32/Makefile Win32ÍÑ Makefile (for VC++)
win32/config.h Win32ÍÑ config.h
* CP1251: contributed by Byte
+New feature of version 6.0
+--------------------------
+
+* Update Unicode 8.0 Property/Case-folding
+* NEW API: onig_unicode_define_user_property()
+
+
License
-------
Sample Programs
---------------
-|File |Description |
-|:------------------|:----------------------------------------|
-|sample/simple.c |example of the minimum (Oniguruma API) |
-|sample/names.c |example of the named group callback. |
-|sample/encode.c |example of some encodings. |
-|sample/listcap.c |example of the capture history. |
-|sample/posix.c |POSIX API sample. |
-|sample/sql.c |example of the variable meta characters. |
+|File |Description |
+|:---------------------|:-----------------------------------------|
+|sample/simple.c |example of the minimum (Oniguruma API) |
+|sample/names.c |example of the named group callback. |
+|sample/encode.c |example of some encodings. |
+|sample/listcap.c |example of the capture history. |
+|sample/posix.c |POSIX API sample. |
+|sample/sql.c |example of the variable meta characters. |
+|sample/user_property.c|example of user defined Unicode property. |
Test Programs
|utf16_le.c |UTF-16LE encoding |
|utf32_be.c |UTF-32BE encoding |
|utf32_le.c |UTF-32LE encoding |
-|unicode.c |Unicode information data |
+|unicode.c |common codes of Unicode encoding |
|win32/Makefile |Makefile for Win32 (VC++) |
|win32/config.h |config.h for Win32 |
<h1>Oniguruma</h1> (<a href="index_ja.html">Japanese</a>)
<p>
-(c) K.Kosako, updated at: 2014/12/12
+(c) K.Kosako, updated at: 2016/05/06
</p>
<dl>
<dt><b>What's new</b>
</font>
<ul>
+<li>2016/05/09: Version 6.0.0 released.</li>
<li>2014/12/12: Version 5.9.6 released.</li>
</ul>
</dl>
<h1>鬼車</h1>
<p>
-(c) K.Kosako, 最終更新: 2014/12/12
+(c) K.Kosako, 最終更新: 2016/05/06
</p>
<dl>
<dt><b>更新情報</b>
</font>
<ul>
+<li>2016/05/09: Version 6.0.0 リリース</li>
<li>2014/12/12: Version 5.9.6 リリース</li>
</ul>
</dl>