Commit 9ddeb210 authored by Rob Pike's avatar Rob Pike

change replacement rune to its correct value, fffd

R=ken
OCL=27342
CL=27342
parent a91a8042
...@@ -193,7 +193,7 @@ static int32 chartorune(int32 *rune, byte *str); ...@@ -193,7 +193,7 @@ static int32 chartorune(int32 *rune, byte *str);
enum enum
{ {
Runeself = 0x80, Runeself = 0x80,
Runeerror = 0xfff8, // fffd in plan9 Runeerror = 0xfffd,
}; };
// func stringiter(string, int) (retk int); // func stringiter(string, int) (retk int);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment