This has to be the idea of the century

  • rtxn@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    6 hours ago

    The virgin .NET:

    Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.InvariantCulture;
    Thread.CurrentThread.CurrentUICulture = System.Globalization.CultureInfo.InvariantCulture;
    

    The chad POSIX: LANG=C