*** pico/main.c.orig	Wed May 29 04:05:27 1996
--- pico/main.c	Tue Oct  6 12:46:31 1998
***************
*** 37,42 ****
--- 37,43 ----
  
  #include        <stdio.h>
  #include	<setjmp.h>
+ #include        <locale.h>
  #include	"osdep.h"	/* operating system dependent includes */
  #include	"pico.h"	/* pine composer definitions */
  #include        "estruct.h"	/* global structures and defines */
***************
*** 72,78 ****
      { F9,  (CTRL|'K')},
      { F10, (CTRL|'U')},
      { F11, (CTRL|'C')},
! #ifdef	SPELLER
      { F12, (CTRL|'T')}
  #else
      { F12, (CTRL|'D')}
--- 73,79 ----
      { F9,  (CTRL|'K')},
      { F10, (CTRL|'U')},
      { F11, (CTRL|'C')},
! #if defined(SPELLER) && !defined(__FreeBSD__)
      { F12, (CTRL|'T')}
  #else
      { F12, (CTRL|'D')}
***************
*** 106,111 ****
--- 107,113 ----
      opertree[0]     = '\0';
      opertree[NLINE] = '\0';
  
+     setlocale(LC_CTYPE, "");
      /*
       * Read command line flags before initializing, otherwise, we never
       * know to init for f_keys...
