~ubuntu-branches/ubuntu/gutsy/lv/gutsy

« back to all changes in this revision

Viewing changes to src/guesslocale.h

  • Committer: Bazaar Package Importer
  • Author(s): GOTO Masanori
  • Date: 2003-11-16 01:21:59 UTC
  • Revision ID: james.westby@ubuntu.com-20031116012159-wpu27qhoxzskmjy0
Tags: upstream-4.50
ImportĀ upstreamĀ versionĀ 4.50

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * guesslocale.h
 
3
 *
 
4
 * All rights reserved. Copyright (C) 2003 by Tomohiro KUBOTA
 
5
 * $Id: guesslocale.h,v 1.1 2003/11/06 06:53:52 nrt Exp $
 
6
 */
 
7
 
 
8
#ifndef __GUESSLOCALE_H__
 
9
#define __GUESSLOCALE_H__
 
10
 
 
11
public byte LocaleCodingSystem( char *language );
 
12
public byte DetermineEUC( char *language, char defaultEuc );
 
13
public byte Determine8bit( char *language );
 
14
 
 
15
#endif /* __GUESSLOCALE_H__ */