Re: Text formatting for non-printable characters
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Text formatting for non-printable characters
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2001年8月16日 12:59:29 -0300
> Is there any reason that the built-in format() command doesn't reproduce the
> non-printable characters in their printable forms: 001円 and 002円 ?
Yes. Most localles treat "accented" letters (such as á, é, ç, etc.) as non-printable.
As Portuguese uses lots of those letters, we prefer to print them without coding them.
-- Roberto