##// END OF EJS Templates
help/config: reword committemplate multibyte character text
timeless@mozdev.org -
r26281:5cac3bdb default
parent child Browse files
Show More
@@ -392,10 +392,10 one shown by default::
392 392 detail), this customization should be configured carefully, to
393 393 avoid showing broken characters.
394 394
395 For example, if multibyte character ending with backslash (0x5c) is
396 followed by ASCII character 'n' in the customized template,
397 sequence of backslash and 'n' is treated as line-feed unexpectedly
398 (and multibyte character is broken, too).
395 For example, if a multibyte character ending with backslash (0x5c) is
396 followed by the ASCII character 'n' in the customized template,
397 the sequence of backslash and 'n' is treated as line-feed unexpectedly
398 (and the multibyte character is broken, too).
399 399
400 400 Customized template is used for commands below (``--edit`` may be
401 401 required):
General Comments 0
You need to be logged in to leave comments. Login now