lib/unicode
Provides tools for unicode string support.
->See description

 

UNICODE_STRING_HANDLER
 Inherit this class if you need access to UNICODE_STRING internal storage.

 ------------------------------------------------------------------------------------------------------------------------------
 Copyright notice below. Please read.

 This file is free software, which comes along with SmartEiffel. This software is distributed in the hope that it will be
 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 You can modify it as you want, provided this footer is kept unaltered, and a notification of the changes is added.
 You are allowed to redistribute it and sell it, alone or as a part of another product.

 Copyright(C) 1994-2002: INRIA - LORIA (INRIA Lorraine) - ESIAL U.H.P.       - University of Nancy 1 - FRANCE
 Copyright(C) 2003-2004: INRIA - LORIA (INRIA Lorraine) - I.U.T. Charlemagne - University of Nancy 2 - FRANCE

 Authors: Dominique COLNET, Philippe RIBET, Cyril ADRIAN, Vincent CROIZIER, Frederic MERIZEN

 http://SmartEiffel.loria.fr - SmartEiffel@loria.fr
 ------------------------------------------------------------------------------------------------------------------------------

UTF8_PARSER
 The purpose of the UTF8_PARSER is to analyse STRINGs encoded with
 UTF-8 format in order to create corresponding UNICODE_STRING objects.

 Any sequence is decoded, "invalid" character is used where UTF-8
 sequence is wrong.


 

Cluster lib/unicode description

Provides tools for unicode string support. See also http:www.unicode.org to view character code chart.