Application Name: UTFLib Version: 0.9b BeOS Version: PR Category: Library Author: Joseph Jones License: Free Ware Cost: Release Date: Application E-Mail: jjones@bigfoot.com Application URL:http://www.tahoebasin.com/jones/Be/BeWork.htm Primary FTP: ftp://ftp.be.com/pub/contrib/add-on/browser Download File Size: 26kb Is Source Code Available: Yes Description: A simple library that provides ease of use of the UTF capabilities of the BeOS. Classes in this version: UTFChar : A simple wrapper around a multibyte UTF Character UTFString : A class that makes working with UTF encoded string MUCH easier. Has some nifty features such as BASIC string operators Left/Right/Mid/InStr, the ability to split the string at a character position or by a given delimiter and more. UTFStringTokenizer : A class that allows you to tokenize a given UTF string based on a string, a delimiter string and a string of characters that should be ignored by the tokenizer for output A UTFTextBuffer class that allows a user to work on a block of UTF text as if it was a wordproccessor. Will allow Cut/Copy/Past, maintain current caret and selection information, Still to be implemented: UTFTextBuffer: provide search and replace capabilities, etc.