Skip to content
Snippets Groups Projects
Commit 1f92819b8821 authored by ptmcg's avatar ptmcg
Browse files

Update CHANGES blurb on unicode sets, prep for 2.3.0 release

parent 15425f30057e
Branches pp_unicode
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
Change Log Change Log
========== ==========
Version 2.3.0 - TBD Version 2.3.0 - October, 2018
------------------- -----------------------------
- NEW SUPPORT FOR UNICODE CHARACTER RANGES - NEW SUPPORT FOR UNICODE CHARACTER RANGES
This release introduces the pyparsing_unicode namespace class, defining This release introduces the pyparsing_unicode namespace class, defining
a series of language character sets to simplify the definition of alphas, a series of language character sets to simplify the definition of alphas,
...@@ -7,5 +7,6 @@ ...@@ -7,5 +7,6 @@
- NEW SUPPORT FOR UNICODE CHARACTER RANGES - NEW SUPPORT FOR UNICODE CHARACTER RANGES
This release introduces the pyparsing_unicode namespace class, defining This release introduces the pyparsing_unicode namespace class, defining
a series of language character sets to simplify the definition of alphas, a series of language character sets to simplify the definition of alphas,
nums, printables, etc. in the following language sets: nums, alphanums, and printables in the following language sets:
. Arabic
. Chinese . Chinese
...@@ -11,3 +12,7 @@ ...@@ -11,3 +12,7 @@
. Chinese . Chinese
. Cyrillic
. Devanagari
. Greek
. Hebrew
. Japanese (including Kanji, Katakana, and Hirigana subsets) . Japanese (including Kanji, Katakana, and Hirigana subsets)
. Korean . Korean
...@@ -12,9 +17,10 @@ ...@@ -12,9 +17,10 @@
. Japanese (including Kanji, Katakana, and Hirigana subsets) . Japanese (including Kanji, Katakana, and Hirigana subsets)
. Korean . Korean
. Greek . Latin1 (includes 7 and 8-bit Latin characters)
. Cyrillic . Thai
. Arabic . CJK (combination of Chinese, Japanese, and Korean sets)
. Hebrew There is also an `all` attribute on each that contains all characters
in the set.
For example, your code can define words using: For example, your code can define words using:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment