SOH formatting in Java

Imported from previous forum

Can anyone hint me on formatting SOH in Java? I couldn’t find the right Unicode.

> Can anyone hint me on formatting SOH in Java? I couldn’t find the right Unicode.
>

it’s \u0001 e.g.

char c = ‘\u0001’;

Thanks, it works perfectly…

  • RR

>
> it’s \u0001 e.g.
>
> char c = ‘\u0001’;
>
>

> > Can anyone hint me on formatting SOH in Java? I couldn’t find the right Unicode.
> >

  • RR