utf8              118 src/diffviewer/internal.h     gboolean utf8;
utf8             2249 src/diffviewer/ydiff.c     dview->utf8 = TRUE;
utf8             2263 src/diffviewer/ydiff.c         dview->utf8 = (gboolean) str_isutf8 (encoding_id);
utf8             2582 src/diffviewer/ydiff.c                     if (dview->utf8)
utf8             2598 src/diffviewer/ydiff.c                         if (dview->utf8)
utf8             2618 src/diffviewer/ydiff.c                                 if (!dview->utf8)
utf8             2624 src/diffviewer/ydiff.c                             else if (dview->utf8)
utf8             2640 src/diffviewer/ydiff.c                 if (dview->utf8)
utf8             2672 src/diffviewer/ydiff.c             if (dview->utf8)
utf8             2691 src/diffviewer/ydiff.c                     if (!dview->utf8)
utf8             2695 src/diffviewer/ydiff.c                 else if (dview->utf8)
utf8             1025 src/editor/edit.c     if (edit->utf8)
utf8             1052 src/editor/edit.c     if (edit->utf8)
utf8             2168 src/editor/edit.c     edit->utf8 = FALSE;
utf8             2306 src/editor/edit.c         edit->utf8 = str_isutf8 (cp_id);
utf8             2630 src/editor/edit.c     if (edit->utf8 && !byte_delete)
utf8             2693 src/editor/edit.c     if (edit->utf8 && !byte_delete)
utf8             2815 src/editor/edit.c         if (edit->utf8)
utf8             2842 src/editor/edit.c                      || (!mc_global.utf8_display && !edit->utf8)
utf8              113 src/editor/editdraw.c     else if (edit->utf8)
utf8              307 src/editor/editdraw.c         else if (edit->utf8)
utf8              607 src/editor/editdraw.c                 if (edit->utf8)
utf8              725 src/editor/editdraw.c                         if (!edit->utf8)
utf8              733 src/editor/editdraw.c                     else if (edit->utf8)
utf8              766 src/editor/editdraw.c                     if (edit->utf8)
utf8              547 src/editor/editwidget.c                 if (!edit->utf8)
utf8              566 src/editor/editwidget.c             if (edit->utf8)
utf8               73 src/editor/editwidget.h     gboolean utf8;  // It's multibyte file codeset
utf8              216 src/editor/format.c line_pixel_length (unsigned char *t, off_t b, off_t l, gboolean utf8)
utf8              222 src/editor/format.c     (void) utf8;
utf8              242 src/editor/format.c             if (utf8)
utf8              325 src/editor/format.c format_this (unsigned char *t, off_t size, long indent, gboolean utf8)
utf8              338 src/editor/format.c         q = line_pixel_length (t, q, ww, utf8);
utf8              483 src/editor/format.c     gboolean utf8 = FALSE;
utf8              527 src/editor/format.c     utf8 = edit->utf8;
utf8              529 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              136 src/viewer/hex.c     if (view->utf8)
utf8              177 src/viewer/hex.c             if (view->utf8)
utf8              331 src/viewer/hex.c                 if (!view->utf8)
utf8              336 src/viewer/hex.c             else if (view->utf8)
utf8              354 src/viewer/hex.c                 if (view->utf8)
utf8              139 src/viewer/internal.h     gboolean utf8;  // It's multibyte file codeset
utf8              268 src/viewer/lib.c     view->utf8 = TRUE;
utf8              281 src/viewer/lib.c         view->utf8 = (gboolean) str_isutf8 (cp_id);
utf8               67 src/viewer/nroff.c     if (nroff->view->utf8)