ResKnife/Uli's Template Editor/UKTextUtilities.h
Eric Gallager 3306fb2256 Un-gitignore the Uli's Template Editor folder
Note: The stuff in this folder doesn't actually work
2012-05-06 13:14:09 -04:00

16 lines
456 B
Objective-C

//
// UKTextUtilities.h
// AngelTemplate
//
// Created by Uli Kusterer on 17.01.05.
// Copyright 2005 M. Uli Kusterer. All rights reserved.
//
#import <Cocoa/Cocoa.h>
// Turns an encoding name (name of one of the NSStringEncoding constants without
// the NS... and ...StringEncoding parts) into an NSStringEncoding value. If
// the string isn't known, returns NSUTF8StringEncoding.
NSStringEncoding StringEncodingFromName( NSString* encName );