decodeReverse

HaraldZealot via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 6 06:43:16 PST 2015


> I'm pretty sure that you basically have to do what strideBack 
> does before
> you can decode a code point, so all decodeBack would do would 
> be to do
> exactly what back already does for strings, which is to use 
> strideBack
> followed by decode.
>
> - Jonathan M Davis

I have to read more attentively std.utf, but strideBack seems 
very suitable for me.

Thanks you both!!!



More information about the Digitalmars-d mailing list