NAME
|
digitrunevalue – rune to digit value |
SYNOPSIS
|
#include <u.h> #include <libc.h> |
DESCRIPTION
Digitrunevalue converts a rune to its value as a decimal digit.
To convert any coded script's digits to an integer
|
SOURCE
|
/sys/src/libc/port/runetype.c |
SEE ALSO
|
isalpharune(2) |
BUGS
|
Only understands base 10, and doesn't handle some scattered digits,
notibly `².' |