Home
last modified time | relevance | path

Searched refs:LATIN1 (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DUCAux.c49 if (from == LATIN1) in UCCanTranslateFromTo()
51 if (to == LATIN1 || LYCharSet_UC[to].enc == UCT_ENC_UTF8) in UCCanTranslateFromTo()
113 if (to == LATIN1) { in UCNeedNotTranslate()
124 if (from == LATIN1) { in UCNeedNotTranslate()
228 intm_ucs = (BOOL) (cs_in == LATIN1 || pT->decode_utf8 || in UCSetTransParams()
350 || cset == LATIN1) in UCSetBoxChars()
352 || linedrawing_char_set == LATIN1)) { in UCSetBoxChars()
DUCdomap.c638 int LATIN1 = -1; /* UCGetLYhndl_byMIME("iso-8859-1") */ variable
1197 } else if (charset_in == LATIN1) { in UCTransToUni()
2288 LATIN1 = UCGetLYhndl_byMIME("iso-8859-1"); in UCInit()
2303 i = LATIN1; /* error recovery? */ in safeUCGetLYhndl_byMIME()
DLYCharSets.c486 UCLYhndl_for_unspec = LATIN1; /* UCAssume_MIMEcharset not changed! */ in HTMLSetCharacterHandling()
DLYCharUtils.c1699 (HTPassEightBitNum || cs_to == LATIN1))) { in LYUCFullyTranslateString()
DLYMain.c1533 UCLYhndl_for_unspec = LATIN1; in main()
DHTML.c4715 current_char_set = LATIN1; /* Default ISO-Latin1 */ in HTML_start_element()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DUCMap.h70 extern int LATIN1; /* UCGetLYhndl_byMIME("iso-8859-1") */
DSGML.c45 (((context)->inUCLYhndl == LATIN1 \
426 context->current_tag_charset = LATIN1; in set_chartrans_handling()
2191 (context->outUCLYhndl == LATIN1 || \ in SGML_character()