• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H21-Sep-2021-129123

data/H21-Sep-2021-1,096971

lib/H21-Sep-2021-11,75911,329

po/H21-Sep-2021-17,37613,632

src/H03-May-2022-9682

subprojects/H21-Sep-2021-54

tests/H21-Sep-2021-195147

.gitlab-ci.ymlH A D21-Sep-2021950 3328

COPYINGH A D21-Sep-20211.5 KiB2521

COPYINGv2H A D21-Sep-202117.7 KiB340281

NEWSH A D21-Sep-202112.6 KiB617532

README.mdH A D21-Sep-2021903 2720

gnome-characters.anjutaH A D21-Sep-20211.5 KiB3130

gnome-characters.doapH A D21-Sep-20211.5 KiB4236

meson.buildH A D21-Sep-20212.6 KiB10785

meson_post_install.pyH A D21-Sep-20211.2 KiB4227

org.gnome.Characters.specH A D21-Sep-20211.5 KiB5743

README.md

1# Characters
2
3Characters is a simple utility application to find and insert unusual
4characters.  It allows you to quickly find the character you are
5looking for by searching for keywords.
6
7## Helpful Links
8 * [File a Bug in GitLab](https://gitlab.gnome.org/GNOME/gnome-characters/issues)
9 * [Download a Release Tarball](https://download.gnome.org/sources/gnome-characters/)
10 * [Browse source code in Git version control](https://gitlab.gnome.org/GNOME/gnome-characters)
11 * [Learn more about Characters](https://wiki.gnome.org/Apps/Characters)
12
13## Building
14
15Characters is built using meson:
16```sh
17meson --prefix=/usr build
18ninja -C build
19sudo ninja -C build install
20```
21You will need [libunistring](https://www.gnu.org/software/libunistring/) as a dependency.
22
23## License
24
25Files from [gtk-js-app](https://github.com/gcampax/gtk-js-app) are
26licensed under 3-clause BSD.  Other files are GPL 2.0 or later.
27