« Return to Thread: Code to create a UC_UTF8_STRING from STRING_GENERAL

Re: Code to create a UC_UTF8_STRING from STRING_GENERAL

by Colin Adams-3 :: Rate this Message:

Reply to Author | View in Thread

On 21/04/2008, Eric Bezault <ericb@...> wrote:

>  After looking at class UC_STRING, I'm wondering whether we should
>  just adapt the routines `make_from_string' and `make_from_substring'
>  so that we can pass a STRING_GENERAL. Perhaps we will have to
>  rename the version of `make_from_string' inherited from STRING.
>  Or add `make_from_string_general', `make_from_substring_general',
>  make `make_from_substring' obsolete (make it call
>  `make_from_substring_general') and modify `make_from_string'
>  to call `make_from_string_general'. I'm not sure what the best
>  naming convention is.

I think the last suggestion (adding make_from_string_general and
changing make_from_string to call make_from_string_general, etc.) is
best.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
gobo-eiffel-develop mailing list
gobo-eiffel-develop@...
https://lists.sourceforge.net/lists/listinfo/gobo-eiffel-develop

 « Return to Thread: Code to create a UC_UTF8_STRING from STRING_GENERAL