From: RedGrittyBrick on

Lew wrote:
> On Jan 28, 12:57 pm, RedGrittyBrick <RedGrittyBr...(a)spamweary.invalid>
> wrote:
>> PLEASE DON'T TOP-POST, PLEASE PUT YOUR REPLY AT THE BOTTOM, BELOW ANY
>> QUOTED TEXT. THANKS!
>>
>
> Actually, it's better to post inline, with comments interspersed with
> quoted material.
>

One step at a time!

--
RGB
From: Lothar Kimmeringer on
moonhkt wrote:

> I want output the Character in the string one by one.

If you mean by "output" printing it out on the console,
you have to make sure that the console is actually capable
of printing unicode-characters.

>>> GIVEN STRING IS=�?Welcome to Rose india

The ? on the second position indicates that it isn't, so
there is no way to print it out that way. The way the first
character is given out the console most likey runs with
CP850 commonly used with DOS-boxes in Europe.


Regards, Lothar
--
Lothar Kimmeringer E-Mail: spamfang(a)kimmeringer.de
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)

Always remember: The answer is forty-two, there can only be wrong
questions!