-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from wmundev/feature/replace-old-link
docs: update outdated links and use markdown format for readme
- Loading branch information
Showing
4 changed files
with
36 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
PhoneNumbers C# Library | ||
======================= | ||
This is a C# port of libphonenumber, originally from: | ||
http://code.google.com/p/libphonenumber/. | ||
Original Java code is Copyright (C) 2009-2022 Google Inc. | ||
lib/ | ||
update script | ||
PhoneNumbers/ | ||
Port of libphonenumber Java library | ||
PhoneNumbers.Test/ | ||
Port of libphonenumber Java tests in xunit format. | ||
Known Issues | ||
------------ | ||
- Phone numbers metadata is read from XML files and not protocol | ||
buffers one. I could not make it work using protobuf-csharp | ||
library. On the other hand, it makes one less dependency. | ||
Todo | ||
---- | ||
- Restore the Java logging calls? | ||
- Find a suitable replace for Java CharSequence in phone numbers parsing API. | ||
- Migrate geocoder and related files | ||
PhoneNumbers C# Library | ||
======================= | ||
|
||
This is a C# port of libphonenumber, originally from: | ||
https://github.com/google/libphonenumber | ||
|
||
Original Java code is Copyright (C) 2009-2022 Google Inc. | ||
|
||
`lib/` | ||
update script | ||
|
||
`PhoneNumbers/` | ||
Port of libphonenumber Java library | ||
|
||
`PhoneNumbers.Test/` | ||
Port of libphonenumber Java tests in xunit format. | ||
|
||
|
||
Known Issues | ||
------------ | ||
|
||
- Phone numbers metadata is read from XML files and not protocol | ||
buffers one. I could not make it work using protobuf-csharp | ||
library. On the other hand, it makes one less dependency. | ||
|
||
|
||
Todo | ||
---- | ||
|
||
- Restore the Java logging calls? | ||
- Find a suitable replace for Java CharSequence in phone numbers parsing API. | ||
- Migrate geocoder and related files |