unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Freeman Gilmore <freeman.gilmore@gmail.com>
To: Mark H Weaver <mhw@netris.org>
Cc: guile-user@gnu.org
Subject: Re: Unicode numeric value
Date: Sun, 16 Dec 2018 06:24:08 -0500	[thread overview]
Message-ID: <CAM=7=uS81i53bRy3r1q_RDtxvEmhgt3n2bC54_Gtveb3cxxQtw@mail.gmail.com> (raw)
In-Reply-To: <87pnu199cm.fsf@netris.org>

On Sun, Dec 16, 2018 at 3:15 AM Mark H Weaver <mhw@netris.org> wrote:

> Freeman Gilmore <freeman.gilmore@gmail.com> writes:
>
> > I am looking for a procedure that will read the numeric value, field 8,
> of
> > an Unicode numeric character.   Has anyone written this procedure or know
> > where I can find it?
>
> The 'r7rs-wip' branch of the Guile git repository contains a procedure
> that does this, with a lookup table derived from Unicode 6.3.0.
>
>
> https://git.savannah.gnu.org/cgit/guile.git/tree/module/scheme/char.scm?h=r7rs-wip
>
> The file is written as an R7RS library form, which won't work on current
> releases of Guile, but for now you could simply extract the
> 'digit-value' procedure from it, provided that you preserve the
> copyright notice.
>
>       Mark
>
Thank you Mark:

That is only half the battle, let me explain.    I do not want to read the
standard Unicode table.   I want to directly read field 8 of a numeric
character
in the privet use area of the Unicode.

This is not part of scheme.    The other half, I need to finger out how to
put the numeric values in field 8 for the characters I want to use.
Thank you,


  reply	other threads:[~2018-12-16 11:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-16  4:31 Unicode numeric value Freeman Gilmore
2018-12-16  6:11 ` John Cowan
2018-12-16  8:14 ` Mark H Weaver
2018-12-16 11:24   ` Freeman Gilmore [this message]
2018-12-17 18:42     ` Mark H Weaver
2018-12-17 18:52       ` Mark H Weaver
2019-01-05  1:07       ` Freeman Gilmore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAM=7=uS81i53bRy3r1q_RDtxvEmhgt3n2bC54_Gtveb3cxxQtw@mail.gmail.com' \
    --to=freeman.gilmore@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).