Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+28 -12) |
-
-
usr/src/uts/common/font/font.c (Diff revision 2) General question on all of these. Is the idea here that we're going to get a code point as the argument in c? I just ask as ENCODED_CHARS is 256, which to me suggests it's probably not a UTF-8 value, but an ISO-8859-* kind of thing. I guess the fonts we care about for the kernel right now aren't utf-8 aware anyways, so it's probably a non-issue, but just wanted to check my understanding.