Skip to content
Snippets Groups Projects
Commit cae10dd1 authored by Raymond Toy's avatar Raymond Toy
Browse files

Implement Rule WB13c for regional indicators.

parent b735224c
No related branches found
No related tags found
No related merge requests found
......@@ -1653,6 +1653,12 @@
;; Rule WB13a, WB13b
(lookup (+ j next-j) cat))
(otherwise j)))
((:regional_indicator)
(case cat
((:regional_indicator)
;; Rule WB13c
(lookup (+ j next-j) cat))
(otherwise j)))
(otherwise j)))))))))
(declare (notinline lookup left-context))
(cond ((< i 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment