~ubuntu-branches/ubuntu/oneiric/irssi/oneiric

« back to all changes in this revision

Viewing changes to src/core/recode.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Bjälevik
  • Date: 2007-04-28 02:52:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070428025201-2c4swxnpn4wr7fpg
Tags: 0.8.11-0ubuntu1
* New upstream release:
  - http://www.irssi.org/news/ChangeLog
* debian/{control,compat}:
  - Bump Standards.
* debian/patches/00list:
  - Disable 05upgrade-check-binary.patch, applied upstream.
  - Disable 08doublefree.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
char *recode_in (const SERVER_REC *server, const char *str, const char *target);
5
5
char *recode_out (const SERVER_REC *server, const char *str, const char *target);
6
6
gboolean is_valid_charset(const char *charset);
 
7
gboolean is_utf8(void);
7
8
 
8
9
void recode_init (void);
9
10
void recode_deinit (void);