Downloads:
4,667
Downloads of v 16.0.0.5:
68
Last Update:
15 Oct 2024
Package Maintainer(s):
Software Author(s):
- Andrew West
Tags:
babelmap unicode font glyph viewer analysis typeface freeware- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
BabelMap
- 1
- 2
- 3
16.0.0.5 | Updated: 15 Oct 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,667
Downloads of v 16.0.0.5:
68
Maintainer(s):
Software Author(s):
- Andrew West
BabelMap 16.0.0.5
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Andrew West. The inclusion of Andrew West trademark(s), if any, upon this webpage is solely to identify Andrew West goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install BabelMap, run the following command from the command line or from PowerShell:
To upgrade BabelMap, run the following command from the command line or from PowerShell:
To uninstall BabelMap, 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 babelmap --internalize --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 babelmap -y --source="'INTERNAL REPO URL'" [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 babelmap -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install babelmap
win_chocolatey:
name: babelmap
version: '16.0.0.5'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'babelmap' do
action :install
source 'INTERNAL REPO URL'
version '16.0.0.5'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller babelmap
{
Name = "babelmap"
Version = "16.0.0.5"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'babelmap':
ensure => '16.0.0.5',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 15 Oct 2024.
BabelMap is a free character map application for Windows that allows you to browse through the entire Unicode character repertoire of nearly 144,000 characters, or search for a particular character by name or by code point. Characters can then be copied to the clipboard for use in any Unicode-aware application. It also provides many useful features and special utilities. BabelMap supports the most recent version of the Unicode Standard, currently Unicode 13.0 (released March 2020).
Summary of Features
- Browse through the entire Unicode code space block by block and character by character.
- Tabbed display for Unicode planes (BMP, SMP, SIP, TIP, SSP, SPUA-A, SPUA-B), with options to display unassigned planes 4 through 13, and show unassigned ranges within assigned planes.
- Display all characters using a single font, or define a composite font with different fonts used to display Unicode blocks.
- Search for any Unicode character by character name; or go to a specified code point.
- Paste any unknown Unicode character into the edit buffer and hit F2 to locate the character.
- Edit buffer supports drag-and drop editing and the user-defined composite font.
- Color code characters in the character grid by Unicode properties or version or script.
- Advanced character search utility which allows you to find all Unicode characters that match specified criteria.
- Character lookup tools for finding Han (CJKV) characters by radical/stroke or by Mandarin or Cantonese readings.
- Character lookup tool for finding Yi (Nuosu) characters by radical/stroke.
- Character lookup tool for finding Tangut characters by reference code.
- Various tools providing detailed information about Unicode versions, scripts, planes, blocks.
- Emoji data tool that lists data about all Unicode-defined emoji, and select single or composite emoji.
- Show all Unicode properties for the selected character.
- Show additional non-Unicode data for Han (CJKV), Tangut and Egyptian Hieroglyph characters.
- Show summary information for all fonts installed on your system.
- Show detailed information about any font on your system, including coverage of Unicode characters.
- Export glyphs for any font to file as images.
$StartShortcut = Join-Path $env:ProgramData 'Microsoft\Windows\Start Menu\Programs\BabelMap.lnk'
if(Test-Path $StartShortcut) {
Remove-Item $StartShortcut -Force
}
Log in or click on link to see number of positives.
- babelmap.16.0.0.5.nupkg (eeb029ce0898) - ## / 67
- BabelMap.zip (df1cec48276b) - ## / 69
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 |
---|---|---|---|---|
BabelMap 16.0.0.5 | 68 | Tuesday, October 15, 2024 | Approved | |
BabelMap 16.0.0.2 | 119 | Monday, September 23, 2024 | Approved | |
BabelMap 15.1.0.3 | 192 | Tuesday, October 17, 2023 | Approved | |
BabelMap 15.1.0.1 | 178 | Tuesday, September 26, 2023 | Approved | |
BabelMap 15.0.0.5 | 244 | Saturday, November 5, 2022 | Approved | |
BabelMap 15.0.0.4 | 102 | Sunday, September 25, 2022 | Approved | |
BabelMap 14.0.0.5 | 93 | Tuesday, August 30, 2022 | Approved | |
BabelMap 14.0.0.3 | 158 | Saturday, August 6, 2022 | Approved | |
BabelMap 14.0.0.2 | 208 | Monday, September 27, 2021 | Approved | |
BabelMap 13.0.0.11 | 209 | Saturday, January 30, 2021 | Approved | |
BabelMap 9.0.0.3 | 1720 | Thursday, December 22, 2016 | Approved | |
BabelMap 8.0.0.5 | 511 | Friday, January 15, 2016 | Approved | |
BabelMap 7.0.0.3 | 475 | Friday, March 20, 2015 | Approved |
Copyright © 2002-2020 Andrew West
This package has no dependencies.
Ground Rules:
- This discussion is only about BabelMap and the BabelMap 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 BabelMap, 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.