> Krishna Birth <[email protected]> wrote:
> > I need to find this for a project/coder's question?

If this applies to a programming project, it would probably help if you
could mention the programming language used.

* Richard Wordingham [2010-09-18 10:42]:
> % /usr/bin/printf "\u0100" # What happens in non-UTF-8 locales?

Just tried it in an ISO-8859-7 locale:

% /usr/bin/printf "\u0100"
\u0100

The sequence is printed back uninterpreted.

Alexandros

Reply via email to