TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google's common Java, C++ and Javascript library for phone numbers

68 pointsby careyover 10 years ago

7 comments

taspeotisover 10 years ago
I guess it&#x27;s news that it&#x27;s on GitHub?<p><pre><code> Google&#x27;s phone number handling library (code.google.com) 284 points by wslh 37 days ago | flag | comments </code></pre> <a href="https://news.ycombinator.com/item?id=8574080" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8574080</a>
评论 #8755219 未加载
kirkbackusover 10 years ago
Google also made a library for handling mailing addresses: <a href="https://github.com/googlei18n/libaddressinput" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;googlei18n&#x2F;libaddressinput</a>
bshimminover 10 years ago
It seems quite strange to me that one should &quot;[m]anually port any changes of the Java code to the JavaScript code&quot; when updating the JavaScript library; the JavaScript version is so heavily Java-fied that there&#x27;s hardly any point it being written in JavaScript in the first place, so couldn&#x27;t they just have used GWT?
nicpottierover 10 years ago
Also a great Python port which we use heavily: <a href="https://github.com/daviddrysdale/python-phonenumbers" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;daviddrysdale&#x2F;python-phonenumbers</a>
needusernameover 10 years ago
2014 and the &quot;Best of the Best&quot; still check in dependencies as JARs into the SCM.
评论 #8753095 未加载
TeeWEEover 10 years ago
I need this so badly for golang.
jessaustinover 10 years ago
Yet somehow they can&#x27;t figure out how to display phone numbers in Sheets...