Git Product home page Git Product logo

Comments (2)

russellhancox avatar russellhancox commented on April 28, 2024

I just tested both of those hostnames and they uploaded into our backend system without issue. The JSON coming out of Santa just contains the unicode characters in the strings

{"hostname":"testømat"}

Which loaded with Python's built-in JSON parser results in:

>>> hostname = json.loads('{"hostname":"testømat"}')['hostname']
>>> hostname
u'test\xf8mat'
>>> print hostname
testømat

Has anything in Zentral changed?

from santa.

headmin avatar headmin commented on April 28, 2024

yes you are correct. when tracking down the issue we've noticed once touched the hostname from CLI santa reported exactly the hostname - the confusion popped up when some user machines set hostname from SystemPrefs Pannel (which doesn't allow the characters).

from santa.

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.