Downloads:
194
Downloads of v 2.4.0:
154
Last Update:
10 Feb 2022
Package Maintainer(s):
Software Author(s):
- Martin Tournoij (arp242)
- et al.
Tags:
uni unicode codepoint- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
uni: Unicode database command-line query tool
This is not the latest version of uni: Unicode database command-line query tool available.
- 1
- 2
- 3
2.4.0 | Updated: 10 Feb 2022
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
194
Downloads of v 2.4.0:
154
Maintainer(s):
Software Author(s):
- Martin Tournoij (arp242)
- et al.
uni: Unicode database command-line query tool 2.4.0
This is not the latest version of uni: Unicode database command-line query tool available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Martin Tournoij (arp242), et al. The inclusion of Martin Tournoij (arp242), et al. trademark(s), if any, upon this webpage is solely to identify Martin Tournoij (arp242), et al. goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install uni: Unicode database command-line query tool, run the following command from the command line or from PowerShell:
To upgrade uni: Unicode database command-line query tool, run the following command from the command line or from PowerShell:
To uninstall uni: Unicode database command-line query tool, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download uni --internalize --version=2.4.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade uni -y --source="'INTERNAL REPO URL'" --version="'2.4.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade uni -y --source="'INTERNAL REPO URL'" --version="'2.4.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install uni
win_chocolatey:
name: uni
version: '2.4.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'uni' do
action :install
source 'INTERNAL REPO URL'
version '2.4.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller uni
{
Name = "uni"
Version = "2.4.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'uni':
ensure => '2.4.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator TheCakeIsNaOH on 10 Feb 2022.
uni queries the Unicode database from the commandline. It supports Unicode 14.0 (September 2021) and has good support for emojis.
From: https://github.com/arp242/uni/blob/master/LICENSE
LICENSE
The MIT License (MIT)
Copyright © 2018-2019 Martin Tournoij
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
The software is provided "as is", without warranty of any kind, express or
implied, including but not limited to the warranties of merchantability,
fitness for a particular purpose and noninfringement. In no event shall the
authors or copyright holders be liable for any claim, damages or other
liability, whether in an action of contract, tort or otherwise, arising
from, out of or in connection with the software or the use or other dealings
in the software.
md5: 9715FB710EB3FF1566AB0DCD5D388659 | sha1: B1CC2CDDB86F6E5BE9A45BB6C19985ED6095FDB0 | sha256: CE62119D96868DEF873669A5C507E9825274219DDDF54EB06602CCFFD470EB59 | sha512: BEDE6FBE1642DD264EE3A11003DDC4D315B4007ED078B1A3E8B20233592D4C5327322C97A3D6C6A210FD3FF3F8D2D79ED86B79535F7483FCBF090F1E1A6AEBEC
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The uni.exe executable has been downloaded from their official releases page at <https://github.com/arp242/uni/releases>
and can be verified like this:
1. Download the gzip archive for Windows:
<https://github.com/arp242/uni/releases/download/v2.4.0/uni-v2.4.0-windows-amd64.exe.gz>
2. Extract uni.exe from the archive.
3. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum type:
SHA256 CE62119D96868DEF873669A5C507E9825274219DDDF54EB06602CCFFD470EB59
Log in or click on link to see number of positives.
- uni.exe (ce62119d9686) - ## / 64
- uni.2.4.0.nupkg (850254868e95) - ## / 64
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
uni: Unicode database command-line query tool 2.6.0 | 40 | Saturday, February 17, 2024 | Approved | |
uni: Unicode database command-line query tool 2.4.0 | 154 | Thursday, February 10, 2022 | Approved |
Copyright © 2018-2019 Martin Tournoij
This package has no dependencies.
Ground Rules:
- This discussion is only about uni: Unicode database command-line query tool and the uni: Unicode database command-line query tool package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or uni: Unicode database command-line query tool, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.