utf8              119 src/diffviewer/internal.h     gboolean utf8;
utf8             2250 src/diffviewer/ydiff.c     dview->utf8 = TRUE;
utf8             2265 src/diffviewer/ydiff.c         dview->utf8 = (gboolean) str_isutf8 (encoding_id);
utf8             2594 src/diffviewer/ydiff.c                     if (dview->utf8)
utf8             2610 src/diffviewer/ydiff.c                         if (dview->utf8)
utf8             2630 src/diffviewer/ydiff.c                                 if (!dview->utf8)
utf8             2637 src/diffviewer/ydiff.c                             else if (dview->utf8)
utf8             2653 src/diffviewer/ydiff.c                 if (dview->utf8)
utf8             2685 src/diffviewer/ydiff.c             if (dview->utf8)
utf8             2704 src/diffviewer/ydiff.c                     if (!dview->utf8)
utf8             2708 src/diffviewer/ydiff.c                 else if (dview->utf8)
utf8             1045 src/editor/edit.c     if (edit->utf8)
utf8             1074 src/editor/edit.c     if (edit->utf8)
utf8             2184 src/editor/edit.c     edit->utf8 = FALSE;
utf8             2323 src/editor/edit.c         edit->utf8 = str_isutf8 (cp_id);
utf8             2648 src/editor/edit.c     if (edit->utf8 && !byte_delete)
utf8             2711 src/editor/edit.c     if (edit->utf8 && !byte_delete)
utf8             2833 src/editor/edit.c         if (edit->utf8)
utf8             2859 src/editor/edit.c                                           || (!mc_global.utf8_display && !edit->utf8)
utf8              113 src/editor/editdraw.c     else if (edit->utf8)
utf8              306 src/editor/editdraw.c         else if (edit->utf8)
utf8              605 src/editor/editdraw.c                 if (edit->utf8)
utf8              723 src/editor/editdraw.c                         if (!edit->utf8)
utf8              731 src/editor/editdraw.c                     else if (edit->utf8)
utf8              763 src/editor/editdraw.c                     if (edit->utf8)
utf8              546 src/editor/editwidget.c                 if (!edit->utf8)
utf8              565 src/editor/editwidget.c             if (edit->utf8)
utf8               83 src/editor/editwidget.h     gboolean utf8;              /* It's multibyte file codeset */
utf8              217 src/editor/format.c line_pixel_length (unsigned char *t, off_t b, off_t l, gboolean utf8)
utf8              223 src/editor/format.c     (void) utf8;
utf8              243 src/editor/format.c             if (utf8)
utf8              326 src/editor/format.c format_this (unsigned char *t, off_t size, long indent, gboolean utf8)
utf8              339 src/editor/format.c         q = line_pixel_length (t, q, ww, utf8);
utf8              484 src/editor/format.c     gboolean utf8 = FALSE;
utf8              528 src/editor/format.c     utf8 = edit->utf8;
utf8              530 src/editor/format.c     format_this (t2, q - p, indent, utf8);
utf8              206 src/viewer/ascii.c     if (view->utf8)
utf8              226 src/viewer/ascii.c     if (view->utf8)
utf8              242 src/viewer/ascii.c     if (view->utf8)
utf8              264 src/viewer/ascii.c     if (view->utf8)
utf8              280 src/viewer/ascii.c     if (!view->utf8)
utf8              298 src/viewer/ascii.c         if (!view->utf8)
utf8              304 src/viewer/ascii.c     if (view->utf8)
utf8              353 src/viewer/ascii.c     if (view->utf8)
utf8              132 src/viewer/hex.c     if (view->utf8)
utf8              175 src/viewer/hex.c             if (view->utf8)
utf8              328 src/viewer/hex.c                 if (!view->utf8)
utf8              335 src/viewer/hex.c             else if (view->utf8)
utf8              353 src/viewer/hex.c                 if (view->utf8)
utf8              138 src/viewer/internal.h     gboolean utf8;              /* It's multibyte file codeset */
utf8              268 src/viewer/lib.c     view->utf8 = TRUE;
utf8              282 src/viewer/lib.c         view->utf8 = (gboolean) str_isutf8 (cp_id);
utf8               67 src/viewer/nroff.c     if (nroff->view->utf8)