~ubuntu-branches/ubuntu/karmic/lynx-cur/karmic

« back to all changes in this revision

Viewing changes to src/LYCharSets.h

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2009-05-27 12:44:09 UTC
  • mfrom: (1.19.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090527124409-oq9baobu4puj0wai
Tags: 2.8.7pre4-1
* New Upstream Release.
 - amend fix for Debian #388622  (Closes: #388622)
 - suppress check for "disabled" attribute in a select, as a workaround
   (Closes: #525934)
 - accommodate (in)compatibility "feature" in HTML5 draft  (Closes: #514897)
 - Sanitize build-dependencies.  Applied suggested patch which I forgot 
   to do in former versions.  (Closes: #481767)
* Sanitize build-dependencies.  Removed exim4, bzip2, unzip, zip also.
   There remain sharutils, telnet, openssh-client now.
* Uncomment SSL_CERT_FILE line in lynx.cfg  (Closes: #529482)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $LynxId: LYCharSets.h,v 1.31 2009/05/25 13:48:24 tom Exp $
 
3
 */
1
4
#ifndef LYCHARSETS_H
2
5
#define LYCHARSETS_H
3
6
 
56
59
 
57
60
    extern const char *HTMLGetEntityName(UCode_t code);
58
61
 
 
62
    UCode_t LYcp1252ToUnicode(UCode_t code);
 
63
 
59
64
/*
60
65
 * HTMLGetEntityName calls LYEntityNames for iso-8859-1 entity names only. 
61
66
 * This is an obsolete technique but widely used in the code.  Note that