Re: patches to luit for (hkscs + gb18030) support
Juliusz Chroboczek <[email protected]>
| Newsgroups | gmane.comp.xfree86.internationalization |
|---|---|
| Message-ID | <[email protected]> |
> - if(c >= 0) {
> + if(c != -1) {
Why's that? Are you fixing an unrelated bug?
Other than that, I have no objection after a quick read.
Juliusz