cc: use 7 octal digits for 21 bit runes
This commit is contained in:
parent
675870f9b1
commit
ffd99348f3
1 changed files with 1 additions and 1 deletions
|
@ -1145,7 +1145,7 @@ loop:
|
||||||
*/
|
*/
|
||||||
i = 2;
|
i = 2;
|
||||||
if(longflg)
|
if(longflg)
|
||||||
i = 8;
|
i = 6;
|
||||||
l = c - '0';
|
l = c - '0';
|
||||||
for(; i>0; i--) {
|
for(; i>0; i--) {
|
||||||
c = getc();
|
c = getc();
|
||||||
|
|
Loading…
Reference in a new issue