Skip to content

Commit

Permalink
change specing between different scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Sep 21, 2018
1 parent a6c7bba commit 0e986f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Does NOT insert spacing between different scripts when the line breaking class of the posterior charcter is CL, CP, QU, NS, JLCP, JLNS, JLCM, or JLFS

# Changed
- Supports the application of math commands to optional arguments

## [0.0.2] - 2018-08-09
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/chardecoder/charBasis.ml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ let is_open_punctuation = function


let is_close_punctuation = function
| CL | CP | QU | JLCP
| CL | CP | QU | NS | JLCP | JLNS | JLCM | JLFS
-> true
| _ -> false

Expand Down

0 comments on commit 0e986f9

Please sign in to comment.