| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.11

 

set_accents

#include "sfllang.h"
int
set_accents (Bool accents)

Synopsis

Enables or disables native-language accents. If enabled, accented characters in translated words are produced in the current system character set, if possible. Otherwise, suitable translations are made into the 26-letter English alphabet. By default, accents are enabled.

Source Code - (sfllang.c)

{
    use_accents = accents;
    return (0);
}

| << | < | > | >> iMatix Copyright © 1996-2000 iMatix Corporation