ash: tweak in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
92b8d9c9fa
commit
ed79a63623
@ -5931,7 +5931,7 @@ rmescapes(char *str, int flag)
|
|||||||
* superfluous escapes (\z where z has no
|
* superfluous escapes (\z where z has no
|
||||||
* special meaning anyway). But this causes
|
* special meaning anyway). But this causes
|
||||||
* bugs such as string of one greek letter rho
|
* bugs such as string of one greek letter rho
|
||||||
* (unicode-encoded as two bytes 'cf,81")
|
* (unicode-encoded as two bytes "cf,81")
|
||||||
* getting encoded as "cf,CTLESC,81"
|
* getting encoded as "cf,CTLESC,81"
|
||||||
* and here, converted to "cf,\,81" -
|
* and here, converted to "cf,\,81" -
|
||||||
* which does not go well with some flavors
|
* which does not go well with some flavors
|
||||||
|
Loading…
Reference in New Issue
Block a user