Variable: viqr-punctuation-regexp
viqr-punctuation-regexp is a variable defined in viet-util.el.gz.
Value
"[(^+]?['`?~.]"
Documentation
Regular expression matching punctuation chars that must be escaped in VIQR.
Source Code
;; Defined in /usr/src/emacs/lisp/language/viet-util.el.gz
(defconst viqr-punctuation-regexp
"[(^+]?['`?~.]"
"Regular expression matching punctuation chars that must be escaped in VIQR.")