Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromgrzm/e164

PostgreSQL native E.164 international telephone number type

NotificationsYou must be signed in to change notification settings

alvherre/e164

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E.164 Telephone Number Type README$Id: README.e164 56 2007-09-10 02:02:59Z glaesema $WARNING: This is an *ALPHA* release. Do *not* run this software in production.E.164 is a recommendation by the International Telecommunication Union (ITU) forinternational telephone numbers. The E164 type provides a convenient method ofstoring international telephone numbers consistent with the E.164 recommendation.In particular,  * Country code validation  * Rudimentary format checking    - Number consists of proper + prefix followed by digits.    - Minimum and maximum length checking for corresponding E.164 TypeThe E164 type does not check that the number is consistent with formats specificto particular national standards: formats vary by country. (Support for nationalformat checking may be added in a future release.)## TODO* Add ENUM output (and possibly input) functions* Properly handle error conditions.* Fix issues raising compiler warnings:e164.c: In function 'e164_in':e164.c:146: warning: 'theNumber' may be used uninitialized in this functione164.c:156: warning: control reaches end of non-void functione164_base.c: In function 'e164In':e164_base.c:553: warning: 'theNumber' may be used uninitialized in this functione164_base.c:561: warning: control reaches end of non-void function* Fix all other FIXMEs in code :)

About

PostgreSQL native E.164 international telephone number type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C100.0%

[8]ページ先頭

©2009-2025 Movatter.jp