Coder Social home page Coder Social logo

Image Size Error about mediainfo.js HOT 1 CLOSED

jcald1 avatar jcald1 commented on June 28, 2024
Image Size Error

from mediainfo.js.

Comments (1)

JeromeMartinez avatar JeromeMartinez commented on June 28, 2024 1

The width is "1 000 pixels". It has a space where a comma should be.

This "should" is not universal nor standard, just an usage in some countries (but the output can be displayed everywhere on the world, so the JS script should ask the country for adapting the output, copied by a person who uses the comma as a thousands separator then sent to a person who uses the comma as a decimal separator...)

Should this be a human-readable field using commas?

"human-readable" does not mean "by some humans only, and other humans will have issues", the space as thousands separator avoids this split between humans. See all countries using comma as a decimal separator.

https://en.wikipedia.org/wiki/Decimal_separator#Digit_grouping
"Since 2003, the use of spaces as separators (for example: 20 000 and 1 000 000 for "twenty thousand" and "one million") has been officially endorsed by SI/ISO 31-0 standard, as well as by the International Bureau of Weights and Measures and the International Union of Pure and Applied Chemistry (IUPAC), the American Medical Association's widely followed AMA Manual of Style, and the Metrication Board, among others."

Note: if despite international standards, including American ones, the developer wants to modify default behavior, this line of code (to be adapted to JS) can be used for setting the thousands separator to comma:
MediaInfo::Option("Language", " Config_Text_ThousandsSeparator;,");

from mediainfo.js.

Related Issues (20)

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.