Skip to content

Commit

Permalink
Automatic build of version commit-78e378
Browse files Browse the repository at this point in the history
  • Loading branch information
Github CI committed Feb 24, 2023
1 parent 10b4c6e commit 1cfd676
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tables/spaces.uti
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
# License along with liblouis. If not, see
# <http://www.gnu.org/licenses/>.

# These defintions prevouisly were hardcoded in the liblouis library
# Previously, these definitions were hardcoded in the liblouis library
# itself. Now they are migrated to an external table which can be
# included by other tables. They are necesary for the proper operation
# included by other tables. They are necessary for the proper operation
# of liblouis or liblouisutdml.

# Also this table defines all the space characters to be empty braille
# This table also defines all the space characters to be empty braille
# cells.

space \s 0 SPACE
Expand Down Expand Up @@ -54,9 +54,9 @@ space \x2060 0 WORD JOINER
space \x2800 0 BRAILLE PATTERN BLANK
space \xfeff 0 ZERO WIDTH NO-BREAK SPACE (also Unicode BOM)

# replace \x200b ZERO WIDTH SPACE
# replace \x200b #ZERO WIDTH SPACE
noback correct "\x200b" ""

replace \x2060 WORD JOINER
replace \xfeff ZERO WIDTH NO-BREAK SPACE (also Unicode BOM)
replace \x2060 #WORD JOINER
replace \xfeff #ZERO WIDTH NO-BREAK SPACE (also Unicode BOM)

0 comments on commit 1cfd676

Please sign in to comment.