• R/O
  • SSH
  • HTTPS

jnethack: Commit


Commit MetaInfo

Revision696 (tree)
Time2009-08-23 17:42:57
Authorargrath

Log Message

fix bug #18272

Change Summary

Incremental Difference

--- jnethack/trunk/src/files.c (revision 695)
+++ jnethack/trunk/src/files.c (revision 696)
@@ -219,6 +219,13 @@
219219 *op++ = *sp;
220220 *op = '\0';
221221 cnt++;
222+#if 1 /*JP*/
223+ } else if (is_kanji1(s, sp-s)) {
224+ *op++ = *sp++;
225+ *op++ = *sp;
226+ *op = '\0';
227+ cnt += 2;
228+#endif
222229 } else {
223230 (void)sprintf(op,"%c%02X", quotechar, *sp);
224231 op += 3;
Show on old repository browser