mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Merged in GetDefEncoding.h
New function GetAvailableEncodings. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7662 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e08aff80a4
commit
4edb867287
1 changed files with 10 additions and 1 deletions
|
@ -1,8 +1,13 @@
|
|||
/* Interface for support functions for Unicode implementation
|
||||
/* Interface for support functions for Unicode implementation.
|
||||
Interface for GetDefEncoding function to determine default c
|
||||
string encoding for GNUstep based on GNUSTEP_STRING_ENCODING
|
||||
environment variable.
|
||||
Copyright (C) 1997 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Stevo Crvenkovski <stevo@btinternet.com>
|
||||
Date: March 1997
|
||||
Merged with GetDefEncoding.h: Fred Kiefer <fredkiefer@gmx.de>
|
||||
Date: September 2000
|
||||
|
||||
This file is part of the GNUstep Base Library.
|
||||
|
||||
|
@ -26,6 +31,10 @@
|
|||
|
||||
#include <Foundation/NSString.h> /* For string encodings */
|
||||
|
||||
NSStringEncoding *GetAvailableEncodings();
|
||||
NSStringEncoding GetDefEncoding();
|
||||
NSString* GetEncodingName(NSStringEncoding encoding);
|
||||
|
||||
unichar chartouni(char c);
|
||||
char unitochar(unichar u);
|
||||
unichar encode_chartouni(char c, NSStringEncoding enc);
|
||||
|
|
Loading…
Reference in a new issue