summaryrefslogtreecommitdiff
path: root/test/lisp/language
AgeCommit message (Collapse)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-21Fix VIQR decoding and encodingEli Zaretskii
* lisp/language/viet-util.el (viqr-regexp): Include escaped punctuation characters, to handle escaped punctuation correctly. (viqr-punctuation-regexp): New defconst. (viet-encode-viqr-region): Backslash-escape punctuation characters matching 'viqr-punctuation-regexp' before encoding Vietnamese characters with diacritics. (Bug#80039) * test/lisp/language/viet-util-tests.el (viet-util-test-viqr): New file with tests for VIQR encoding and decoding.