Git Product home page Git Product logo

golib's People

Contributors

golightlyb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

golib's Issues

Issue with golib/v2/legacy/localize parsing invalid numbers

Not sure if you're open to issue reports on not, specially in the legacy libraries, but I had an issue with your library golib/v2/legacy/localize and was wondering if there's a way to fix this. Consider the following example:

import (
	"github.com/tawesoft/golib/v2/legacy/localize"
	"golang.org/x/text/language"
)

numberFormat := localize.NewDecimalFormat(language.BritishEnglish)
result, err := numberFormat.ParseFloat("1234.56")

numberFormat := localize.NewDecimalFormat(language.German)
result, err := numberFormat.ParseFloat("1234.56")

For English, the result is 1234.56 as expected. But for German, the . is the thousands separator, so result becomes 123456.00. I explored this library and found that group separators are simply ignored. This sort of makes sense, since this separator is superfluous. But In my opinion the number 1234.56 in German should actually be invalid because you can't have just 2 digits after the separator.

I understand you are probably not interested in patching this legacy library, but I wonder if there's at least a way to access the decimal separator externally. It would at least allow me to do some extra validation of the number format beforehand.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.