Follow-up Comment #5, bug #28359 (project texinfo): sorry for missing @documentencoding, the sample is in UTF-8, it's better to add "@documentencoding UTF-8" to it.
The underlining character always has the length of 1, the number of underlining characters should be equal to the length of the string above it. When `cat' the raw info file in terminal, we can see the string and its underlining decoration aligned at both side. Or we can just ignore this issue, string and its underlining decoration not aligned is not a big problem when view the info file in terminal. When view in emacs, we can modify info.el, use `string-bytes' instead of `string-length'(or better, use both) in function `Info-fontify-node'. and some reference for CJK character width: http://unicode.org/reports/tr11/ _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?28359> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
